DataSourceFieldMapping.FieldName Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the data source field mapping name.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public string FieldName { get; set; }
public:
[DataMemberAttribute]
property String^ FieldName {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member FieldName : string with get, set
<DataMemberAttribute>
Public Property FieldName As String

Property Value

Type: System.String

The data source field mapping name.

See Also

DataSourceFieldMapping Class
Microsoft.MasterDataServices Namespace

Return to top