GroupUserLevel Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that specifies the User Level for the Group.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string UserLevel { get; set; }
Public Property UserLevel As String
Get
Set
public:
virtual property String^ UserLevel {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_UserLevel();
function set_UserLevel(value);
Property Value
Type:
StringA value that specifies the User Level for the Group.
Return Value
Type:
StringA value that specifies the User Level for the Group.
Remarks See Also