|
UserAccountName Property
|
User name field - stores SID for AD authentication.
Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.246-beta
Syntaxpublic:
[LabelAttribute(L"User Name")]
[RequiredAttribute]
[StringLengthAttribute(200)]
[SearchableAttribute]
property String^ Name {
String^ get ();
void set (String^ value);
}
function get_Name();
function set_Name(value);
View SourceProperty Value
String
See Also