DataSourceFieldMapping.FieldName Property

Definition

Gets or sets the data source field mapping name.

public:
 property System::String ^ FieldName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string FieldName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.FieldName : string with get, set
Public Property FieldName As String

Property Value

The data source field mapping name.

Attributes

Applies to