FeedSchema.DisplayColumnName Property

Definition

Gets or sets the column name that contains the display name for the data.

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

Property Value

The column name that contains the display name for the data.

Attributes

Applies to