|
SecurityGroupUserAccountUserAccountID Property
|
User account ID field.
Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.246-beta
Syntax[RequiredAttribute]
public Guid UserAccountID { get; set; }
<RequiredAttribute>
Public Property UserAccountID As Guid
Get
Set
public:
[RequiredAttribute]
property Guid UserAccountID {
Guid get ();
void set (Guid value);
}
[<RequiredAttribute>]
member UserAccountID : Guid with get, set
function get_UserAccountID();
function set_UserAccountID(value);
View SourceProperty Value
Guid
See Also