Share via


TypeMappingAttribute Constructors

Definition

[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 TypeMappingAttribute class.

Overloads

TypeMappingAttribute(String, String)

[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 TypeMappingAttribute class.

TypeMappingAttribute(String, String, String)

[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 TypeMappingAttribute class.

TypeMappingAttribute(String, String)

[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 TypeMappingAttribute class.

public:
 TypeMappingAttribute(System::String ^ domain, System::String ^ path);
public TypeMappingAttribute (string domain, string path);
new Microsoft.EnterpriseManagement.Configuration.TypeMappingAttribute : string * string -> Microsoft.EnterpriseManagement.Configuration.TypeMappingAttribute
Public Sub New (domain As String, path As String)

Parameters

domain
String

The domain.

path
String

The path.

Applies to

TypeMappingAttribute(String, String, String)

[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 TypeMappingAttribute class.

public:
 TypeMappingAttribute(System::String ^ domain, System::String ^ version, System::String ^ path);
public TypeMappingAttribute (string domain, string version, string path);
new Microsoft.EnterpriseManagement.Configuration.TypeMappingAttribute : string * string * string -> Microsoft.EnterpriseManagement.Configuration.TypeMappingAttribute
Public Sub New (domain As String, version As String, path As String)

Parameters

domain
String

The domain.

version
String

The version.

path
String

The path.

Applies to