ScriptObject.PropertyNames Property |
Enumerates the script object's property names.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
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
IEnumerable<String>Implements
IScriptObject.PropertyNames
See Also