BluetoothLEAdvertisementPublisherTrigger.IsAnonymous Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether or not the device address is included in the advertisement header. By default, the address is included.
public:
property bool IsAnonymous { bool get(); void set(bool value); };
bool IsAnonymous();
void IsAnonymous(bool value);
public bool IsAnonymous { get; set; }
var boolean = bluetoothLEAdvertisementPublisherTrigger.isAnonymous;
bluetoothLEAdvertisementPublisherTrigger.isAnonymous = boolean;
Public Property IsAnonymous As Boolean
Property Value
Boolean
bool
Indicates whether the device address is hidden. The default value is False, indicating that the address is included.
Windows requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v10.0)
|
Remarks
The advertisement publisher must use the Extended Advertising format to utilize this API.