DeviceID

ActiveSyncTLClient.DeviceID property

A GUID that identifies the device. The device ID is specified by the device-id-spec ABNF rule portion of the plain text query value. The value, represented by the device-id ABNF rule, is a string that specifies the device. Each device MUST have a unique device ID string. Each request from the device MUST include the same device ID string.

public virtual string DeviceID { get; set; }

See Also