GroupsCollection Constructor (ServerSecurity) |
|
DataPA OpenAnalytics API Reference
Gets and sets the parent of this object.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public GroupsCollection(
ServerSecurity Parent
)
Public Sub New (
Parent As ServerSecurity
)
public:
GroupsCollection(
ServerSecurity^ Parent
)
DataPAServerSecurity.GroupsCollection = function(Parent);
Parameters
- Parent
- Type: DataPAServerSecurityServerSecurity
The object that is the parent of this object.
Remarks See Also