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.

