| MergedFeedUniqueId Property  | 
            Gets or sets the unique identifier of the merged feed. This value is unique across 
MergedFeed and 
Receiver records. It cannot be zero.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int UniqueId { get; set; }Public Property UniqueId As Integer
	Get
	Set
public:
property int UniqueId {
	int get ();
	void set (int value);
}member UniqueId : int with get, set
Property Value
Type: 
Int32
See Also