FeedPreviewData.ColumnValue Property

Definition

Gets or sets the value in the column.

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

Property Value

The value in the column.

Attributes

Applies to