ScriptObjectPropertyNames Property |
Enumerates the script object's property names.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public 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
IEnumerableStringImplements
IScriptObjectPropertyNamesSee Also