IV8FastHostDynamicProperties.DynamicPropertyNames Property |
Enumerates the names of all existing named dynamic properties.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
SyntaxIEnumerable<string> DynamicPropertyNames { get; }
ReadOnly Property DynamicPropertyNames As IEnumerable(Of String)
Get
property IEnumerable<String^>^ DynamicPropertyNames {
IEnumerable<String^>^ get ();
}
abstract DynamicPropertyNames : IEnumerable<string> with get
Property Value
IEnumerable<String>
See Also