BinaryId.Id Property

Definition

Gets the identifier of the binary id.

public:
 property byte Id { byte get(); };
byte Id();
public byte Id { get; }
var byte = binaryId.id;
Public ReadOnly Property Id As Byte

Property Value

Byte

byte

The identifier.

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to