| CktElementAllPropertyNames Property |
[This is preliminary documentation and is subject to change.]
Array containing all property names of the active device.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string[] AllPropertyNames { get; }
Public ReadOnly Property AllPropertyNames As String()
Get
public:
property array<String^>^ AllPropertyNames {
array<String^>^ get ();
}
member AllPropertyNames : string[] with get
function get_AllPropertyNames();
Property Value
Type:
StringSee Also