CreatableObjectGroup(String, String, String, String) Constructor

Definition

Initializes a new instance of the CreatableObjectGroup class.

public:
 CreatableObjectGroup(System::String ^ nameSpace, System::String ^ name, System::String ^ displayName, System::String ^ formula);
public CreatableObjectGroup (string nameSpace, string name, string displayName, string formula);
new Microsoft.EnterpriseManagement.CreatableObjectGroup : string * string * string * string -> Microsoft.EnterpriseManagement.CreatableObjectGroup
Public Sub New (nameSpace As String, name As String, displayName As String, formula As String)

Parameters

nameSpace
String

Type: String

The namespace of the type name.

name
String

Type: String

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

displayName
String

Type: String

The display name of the singleton type.

formula
String

Type: String

The formula for group membership.

Applies to