FeedSchema.ColumnNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the number of a column in the data feed.
public:
property int ColumnNumber { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int ColumnNumber { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ColumnNumber : int with get, set
Public Property ColumnNumber As Integer
Property Value
The number of a column in the data feed.
- Attributes