DataPA Enterprise Dashboard Controls API Reference
Gets and sets a collection that contains the categories members of this group have access to.

Namespace: DataPAServerSecurity
Assembly: 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: Collection
A collection that contains the categories members of this group have access to.

Return Value

Type: Collection
A 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