Share via


DataSourceFieldMapping.FieldName Property

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

Gets or sets the field name.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property FieldName As String 
    Get 
    Set
'Usage
Dim instance As DataSourceFieldMapping 
Dim value As String 

value = instance.FieldName

instance.FieldName = value
[DataMemberAttribute]
public string FieldName { get; set; }
[DataMemberAttribute]
public:
property String^ FieldName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member FieldName : string with get, set
function get FieldName () : String 
function set FieldName (value : String)

Property Value

Type: System.String
The field name.

See Also

Reference

DataSourceFieldMapping Class

Microsoft.MasterDataServices.Services.DataContracts Namespace