The Add method creates a new FPCDelegatedAdmin object in the collection and returns a reference to it.
Function Add( _
ByVal Account As String, _
ByVal Role As String _
) As FPCDelegatedAdmin
Parameters
- Account
-
[in]
Security identifier (SID) or name of the user or group of users. An account name can be specified in domain\user-name format.
- Role
-
[in]
Administrative role that will be assigned to the user or group of users.
Return Values
This method returns a reference to the FPCDelegatedAdmin object if successful. Otherwise, an error is raised that can be intercepted by using an error handler.