FeedStatusIsMergedFeed Property |
Gets or sets a value indicating that this is a merged feed as opposed to a reciever.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsMergedFeed { get; set; }
Public Property IsMergedFeed As Boolean
Get
Set
public:
property bool IsMergedFeed {
bool get ();
void set (bool value);
}
member IsMergedFeed : bool with get, set
Property Value
Type:
BooleanSee Also