UserRoleScope Constructor (UserRoleScope)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new UserRoleScope object by using the specified user role to clone.
Namespace: Microsoft.EnterpriseManagement.Security
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim clone As UserRoleScope
Dim instance As New UserRoleScope(clone)
Syntax
'Declaration
Public Sub New ( _
clone As UserRoleScope _
)
public UserRoleScope (
UserRoleScope clone
)
public:
UserRoleScope (
UserRoleScope^ clone
)
public UserRoleScope (
UserRoleScope clone
)
public function UserRoleScope (
clone : UserRoleScope
)
Parameters
- clone
The user role to clone.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
UserRoleScope Class
UserRoleScope Members
Microsoft.EnterpriseManagement.Security Namespace