Profile(Profile) Constructor
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 Profile object.
public:
Profile(Microsoft::EnterpriseManagement::Security::Profile ^ clone);
public Profile (Microsoft.EnterpriseManagement.Security.Profile clone);
new Microsoft.EnterpriseManagement.Security.Profile : Microsoft.EnterpriseManagement.Security.Profile -> Microsoft.EnterpriseManagement.Security.Profile
Public Sub New (clone As Profile)
Parameters
- clone
- Profile
The profile to clone.