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