UserGroup Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the group for this user.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Group Group { get; set; }
Public Property Group As Group
Get
Set
public:
virtual property Group^ Group {
Group^ get () sealed;
void set (Group^ value) sealed;
}
function get_Group();
function set_Group(value);
Property Value
Type:
GroupThe group for this user.
Return Value
Type:
GroupThe group for this user.
Remarks See Also