SecurityInfoGroup Property |
|
DataPA OpenAnalytics API Reference
Gets the goup this user belongs to.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Group Group { get; }
Public ReadOnly Property Group As Group
Get
public:
virtual property Group^ Group {
Group^ get () sealed;
}
Property Value
Type:
GroupThe goup this user belongs to.
Return Value
Type:
GroupThe goup this user belongs to.
Remarks Returns nothing if the client does not have a DataLocationType of server.
See Also