TheServiceHostInfo..::..IsUsingUPnP Property
 
    Note: This API is now obsolete.
  
Assembly: C-DEngine (in C-DEngine.dll)
            
   If set to False, the UPnP discovery system was disabled
   
    Namespace: 
   nsCDEngine.ViewModelsAssembly: C-DEngine (in C-DEngine.dll)
Syntax
[ObsoleteAttribute] public bool IsUsingUPnP { get; set; }
<ObsoleteAttribute> _ Public Property IsUsingUPnP As Boolean Get Set
[ObsoleteAttribute] public: property bool^ IsUsingUPnP { bool^ get (); void set (bool^ value); }