MdmAlert.Status 属性

定义

服务器为响应警报而发送的只读状态代码。

public:
 property unsigned int Status { unsigned int get(); };
uint32_t Status();
public uint Status { get; }
var uInt32 = mdmAlert.status;
Public ReadOnly Property Status As UInteger

属性值

UInt32

unsigned int

uint32_t

状态代码的整数形式 (200、404 等 ) 。

注解

有关状态代码的完整列表,请参阅 OMA DM 协议支持中的 SyncML 响应状态代码表。

适用于