AppStateRequest.SerializableDeviceId Property

 

Gets or sets the serializable format of the device ID. Do not use this property directly; use the DeviceId property instead.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public string SerializableDeviceId { get; set; }
public:
property String^ SerializableDeviceId {
    String^ get();
    void set(String^ value);
}
Public Property SerializableDeviceId As String

Property Value

Type: System.String

See Also

AppStateRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top