VpnNativeProfile.ProfileName 속성

정의

받은 편지함/네이티브 VPN 프로필의 프로필 이름을 가져오거나 설정합니다.

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 = vpnNativeProfile.profileName;
vpnNativeProfile.profileName = string;
Public Property ProfileName As String

속성 값

String

Platform::String

winrt::hstring

받은 편지함/네이티브 VPN 프로필의 프로필 이름입니다.

구현

Windows 요구 사항

앱 기능
networkingVpnProvider

적용 대상