SupressAdhoc Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Turns ad hoc discovery on or off.

Namespace:  Dpws.Device
Assembly:  MFDpwsDevice (in MFDpwsDevice.dll)

Syntax

'Declaration
Public Shared Property SupressAdhoc As Boolean
public static bool SupressAdhoc { get; set; }
public:
static property bool SupressAdhoc {
    bool get ();
    void set (bool value);
}
static member SupressAdhoc : bool with get, set
static function get SupressAdhoc () : boolean
static function set SupressAdhoc (value : boolean)

Property Value

Type: System. . :: . .Boolean
true to enable ad hoc discovery; otherwise, false.

Remarks

Enabling ad hoc discovery is optional with a discovery proxy.

.NET Framework Security

See Also

Reference

Device Class

Dpws.Device Namespace