DataPA Enterprise Dashboard Controls API Reference
Gets and sets a Group in this collection.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Group this[
string ID
] { get; set; } |
Visual Basic |
---|
Public Property Item (
ID As String
) As Group
Get
Set |
Visual C++ |
---|
public:
virtual property Group^ Item[String^ ID] {
Group^ get (String^ ID) sealed;
void set (String^ ID, Group^ value) sealed;
} |
Property Value
Type:
GroupThe Group you wish to place in the collection.
Return Value
Type:
GroupThe Group you wish to retrieve from the collection.
Remarks
See Also