DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
A collection that contains the categories members of this group have access to.
A collection that contains the categories members of this group have access to.
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
C# |
---|
public Collection Categories { get; set; } |
Visual Basic |
---|
Public Property Categories As Collection Get Set |
Visual C++ |
---|
public: virtual property Collection^ Categories { Collection^ get () sealed; void set (Collection^ value) sealed; } |
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.