GroupCategories Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a collection that contains the categories members of this group have access to.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Collection Categories { get; set; }
Public Property Categories As Collection
Get
Set
public:
virtual property Collection^ Categories {
Collection^ get () sealed;
void set (Collection^ value) sealed;
}
function get_Categories();
function set_Categories(value);
Property Value
Type:
CollectionA collection that contains the categories members of this group have access to.
Return Value
Type:
CollectionA collection that contains the categories members of this group have access to.
Remarks A collection that contains the categories members of this group have access to.
See Also