DeviceAccessType.AcceptUnsolicited Property

When set to true, the device points are allowed to receive unsolicited messages.
<ID("AcceptUnsolicited", (int)e.AcceptUnsolicited, true)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Property AcceptUnsolicited() As Boolean 
Get 
This language is not supported or no code example is available.
[ID("AcceptUnsolicited", (int)e.AcceptUnsolicited, true)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public bool AcceptUnsolicited {get;}
This language is not supported or no code example is available.

Property Value

bool
Remarks
 
When set to true, the device points are allowed to receive unsolicited messages.

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition