FeedSchema.ColumnAttributes Property

Definition

Gets or sets the attributes that describe the column properties.

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

Property Value

The attributes that describe the column properties.

Attributes

Applies to