MobileBroadbandDeviceServiceCommandResult.StatusCode Property

Definition

Gets the status code of the command execution on a mobile broadband device service.

public:
 property unsigned int StatusCode { unsigned int get(); };
uint32_t StatusCode();
public uint StatusCode { get; }
var uInt32 = mobileBroadbandDeviceServiceCommandResult.statusCode;
Public ReadOnly Property StatusCode As UInteger

Property Value

UInt32

unsigned int

uint32_t

The status code of the command execution on a mobile broadband device service.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to

See also