FeedStatusDataVersion Property |
Gets or sets a value that is incremented any time there is a change of value for the feed.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long DataVersion { get; set; }
Public Property DataVersion As Long
Get
Set
public:
property long long DataVersion {
long long get ();
void set (long long value);
}
member DataVersion : int64 with get, set
Property Value
Type:
Int64See Also