CreatableObjectGroup Constructor
Initializes a new instance of the CreatableObjectGroup class.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim nameSpace As String
Dim name As String
Dim displayName As String
Dim formula As String
Dim instance As New CreatableObjectGroup(nameSpace, name, displayName, formula)
Syntax
'Declaration
Public Sub New ( _
nameSpace As String, _
name As String, _
displayName As String, _
formula As String _
)
public CreatableObjectGroup (
string nameSpace,
string name,
string displayName,
string formula
)
public:
CreatableObjectGroup (
String^ nameSpace,
String^ name,
String^ displayName,
String^ formula
)
public CreatableObjectGroup (
String nameSpace,
String name,
String displayName,
String formula
)
public function CreatableObjectGroup (
nameSpace : String,
name : String,
displayName : String,
formula : String
)
Parameters
nameSpace
Type: StringThe namespace of the type name.
name
Type: StringThe name of the singleton type to be created for this group and the group instance itself.
displayName
Type: StringThe display name of the singleton type.
formula
Type: StringThe formula for group membership.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
CreatableObjectGroup Class
CreatableObjectGroup Members
Microsoft.EnterpriseManagement Namespace