Partager via


AppStateRequest.DeviceId Property

 

Gets or sets the device ID on behalf of which the request is made.

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

Syntax

public SmsClientId DeviceId { get; set; }
public:
property SmsClientId^ DeviceId {
    SmsClientId^ get();
    void set(SmsClientId^ value);
}
Public Property DeviceId As SmsClientId

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId

See Also

AppStateRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top