Share via


FieldMappingAttribute Constructor

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

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim name As String

Dim instance As New FieldMappingAttribute(name)

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public FieldMappingAttribute (
    string name
)
public:
FieldMappingAttribute (
    String^ name
)
public FieldMappingAttribute (
    String name
)
public function FieldMappingAttribute (
    name : String
)

Parameters

  • name
    The name of the field.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

FieldMappingAttribute Class
FieldMappingAttribute Members
Microsoft.EnterpriseManagement.Configuration Namespace