IScriptObjectPropertyNames Property |
Enumerates the script object's property names.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax IEnumerable<string> PropertyNames { get; }
ReadOnly Property PropertyNames As IEnumerable(Of String)
Get
property IEnumerable<String^>^ PropertyNames {
IEnumerable<String^>^ get ();
}
abstract PropertyNames : IEnumerable<string> with get
Property Value
IEnumerableStringSee Also