NetworkOperatorNotificationEventDetails.Message 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property Platform::String ^ Message { Platform::String ^ get(); };
winrt::hstring Message();
public string Message { get; }
var string = networkOperatorNotificationEventDetails.message;
Public ReadOnly Property Message As String
屬性值
網路操作員通知的訊息。
Windows 需求
應用程式功能 |
cellularDeviceControl
cellularDeviceIdentity
|
備註
如果資料編碼配置是 Unicode,訊息就是已經解碼的純文字字串。 如果是運算子定義的配置,訊息是十六進位編碼字串,代表位元組陣列。