Feed.Type Property

Definition

Gets or sets the type of the data feed.

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

Property Value

The data feed type.

Attributes

Applies to