다음을 통해 공유


CellularApnContext.ProviderId 속성

정의

액세스 지점과 연결된 공급자 ID를 나타냅니다.

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입니다.

적용 대상