[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 CreatableObjectGroup class. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
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

Visual Basic
Public Sub New ( _
		nameSpace As String, _
		name As String, _
		displayName As String, _
		formula As String _
)
C#
public CreatableObjectGroup (
		string nameSpace,
		string name,
		string displayName,
		string formula
)
C++
public:
CreatableObjectGroup (
		String^ nameSpace, 
		String^ name, 
		String^ displayName, 
		String^ formula
)
J#
public CreatableObjectGroup (
		String nameSpace, 
		String name, 
		String displayName, 
		String formula
)
JScript
public function CreatableObjectGroup (
		nameSpace : String, 
		name : String, 
		displayName : String, 
		formula : String
)

Parameters

nameSpace

Type: String

The namespace of the type name.

name

Type: String

The name of the singleton type to be created for this group and the group instance itself.

displayName

Type: String

The display name of the singleton type.

formula

Type: String

The formula for group membership.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also