DataSourceFieldMapping.FieldName Property

Definition

Specifies the field (column) 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 field (column) name.

Attributes

Applies to