इसके माध्यम से साझा किया गया


VpnAppId.Value Property

Definition

Gets or sets the value of the app ID.

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

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

Property Value

String

Platform::String

winrt::hstring

The app ID. The format of the ID must be correct for the VpnAppId.Type value.

Windows requirements

App capabilities
networkingVpnProvider

Applies to