CategoriesCollectionAdd Method |
|
DataPA OpenAnalytics API Reference
Adds a Category to this collection.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Add(
Category Category
)
Public Sub Add (
Category As Category
)
public:
virtual void Add(
Category^ Category
) sealed
Parameters
- Category
- Type: DataPAServerSecurityCategory
The object you wish to add to the collection.
Remarks See Also