 | MetersRegisterNames Property |
[This is preliminary documentation and is subject to change.]
Array of strings containing the names of the registers.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntaxpublic string[] RegisterNames { get; }Public ReadOnly Property RegisterNames As String()
Get
public:
property array<String^>^ RegisterNames {
array<String^>^ get ();
}member RegisterNames : string[] with get
function get_RegisterNames();
Property Value
Type:
String
See Also