DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
The Category you wish to place in the collection.
The Category you wish to retrieve from the collection.
Gets and sets a Category in this collection.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Category this[ string ID ] { get; set; } |
Visual Basic |
---|
Public Property Item ( ID As String ) As Category Get Set |
Visual C++ |
---|
public: virtual property Category^ Item[String^ ID] { Category^ get (String^ ID) sealed; void set (String^ ID, Category^ value) sealed; } |
Parameters
- ID
- Type: System..::..String
The ID of the Category
Property Value
Type: CategoryThe Category you wish to place in the collection.
Return Value
Type: CategoryThe Category you wish to retrieve from the collection.
Remarks
Will also search sub categries for the appropriate category