CreatableEnterpriseManagementObject Constructor (EnterpriseManagementGroup, ManagementPackClass, DateTime)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the CreatableEnterpriseManagementObject class from the provided type, with the last modified timestamp of the current object.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim managementGroup As EnterpriseManagementGroup
Dim typeToCreate As ManagementPackClass
Dim lastModified As DateTime
Dim instance As New CreatableEnterpriseManagementObject(managementGroup, typeToCreate, lastModified)
Syntax
'Declaration
Public Sub New ( _
managementGroup As EnterpriseManagementGroup, _
typeToCreate As ManagementPackClass, _
lastModified As DateTime _
)
public CreatableEnterpriseManagementObject (
EnterpriseManagementGroup managementGroup,
ManagementPackClass typeToCreate,
DateTime lastModified
)
public:
CreatableEnterpriseManagementObject (
EnterpriseManagementGroup^ managementGroup,
ManagementPackClass^ typeToCreate,
DateTime lastModified
)
public CreatableEnterpriseManagementObject (
EnterpriseManagementGroup managementGroup,
ManagementPackClass typeToCreate,
DateTime lastModified
)
public function CreatableEnterpriseManagementObject (
managementGroup : EnterpriseManagementGroup,
typeToCreate : ManagementPackClass,
lastModified : DateTime
)
Parameters
- managementGroup
The management group the type created belongs to.
- typeToCreate
The type to create.
- lastModified
The last modified timestamp of this object to be used for concurrency check.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
CreatableEnterpriseManagementObject Class
CreatableEnterpriseManagementObject Members
Microsoft.EnterpriseManagement.Common Namespace