ScriptObjectPropertyNames Property |
Enumerates the script object's property names.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
Syntaxpublic abstract IEnumerable<string> PropertyNames { get; }
Public MustOverride ReadOnly Property PropertyNames As IEnumerable(Of String)
Get
public:
virtual property IEnumerable<String^>^ PropertyNames {
IEnumerable<String^>^ get () abstract;
}
abstract PropertyNames : IEnumerable<string> with get
Property Value
Type:
IEnumerableString
See Also