UserRole Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new UserRole object.
Overloads
UserRole() |
Initializes a new UserRole object. |
UserRole(UserRole) |
Initializes a new UserRole object by using the specified user role to clone. |
UserRole()
Initializes a new UserRole object.
public:
UserRole();
public UserRole ();
Public Sub New ()
Applies to
UserRole(UserRole)
Initializes a new UserRole object by using the specified user role to clone.
public:
UserRole(Microsoft::EnterpriseManagement::Security::UserRole ^ clone);
public UserRole (Microsoft.EnterpriseManagement.Security.UserRole clone);
new Microsoft.EnterpriseManagement.Security.UserRole : Microsoft.EnterpriseManagement.Security.UserRole -> Microsoft.EnterpriseManagement.Security.UserRole
Public Sub New (clone As UserRole)
Parameters
- clone
- UserRole
The user role to clone.