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 data source field mapping name.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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 data source field mapping name.