UsersCollection 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 UsersCollection(
ServerSecurity Parent
)
Public Sub New (
Parent As ServerSecurity
)
public:
UsersCollection(
ServerSecurity^ Parent
)
DataPAServerSecurity.UsersCollection = function(Parent);
Parameters
- Parent
- Type: DataPAServerSecurityServerSecurity
The object that is the parent of this object.
Remarks See Also