| PolarPlotsJsonFeedId Property  | 
            Gets or sets the unique identifier of the feed.
            
 
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int FeedId { get; set; }Public Property FeedId As Integer
	Get
	Set
public:
property int FeedId {
	int get ();
	void set (int value);
}member FeedId : int with get, set
Property Value
Type: 
Int32
See Also