ClientConfigGroup Property |
|
DataPA OpenAnalytics API Reference
Gets the unique ID of the users group.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string Group { get; }
Public ReadOnly Property Group As String
Get
public:
virtual property String^ Group {
String^ get () sealed;
}
Property Value
Type:
StringThe unique ID of the users group.
Return Value
Type:
StringThe unique ID of the users group.
Remarks See Also