다음을 통해 공유


CellularApnContext.ProfileName 속성

정의

셀룰러 프로필의 이름을 가져옵니다.

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

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

속성 값

String

Platform::String

winrt::hstring

셀룰러 프로필의 이름입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)

적용 대상

추가 정보