共用方式為


CellularApnContext.ProviderId 屬性

定義

指出與存取點相關聯的提供者識別碼。

public:
 property Platform::String ^ ProviderId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ProviderId();

void ProviderId(winrt::hstring value);
public string ProviderId { get; set; }
var string = cellularApnContext.providerId;
cellularApnContext.providerId = string;
Public Property ProviderId As String

屬性值

String

Platform::String

winrt::hstring

提供者 ID。

適用於