Share via


VpnPlugInProfile.VpnPluginPackageFamilyName Property

Definition

Gets or sets the package family name of the VPN plug-in to be used for this VPN plug-in profile. This field is required for VpnPlugInProfile to be valid.

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

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

Property Value

String

Platform::String

winrt::hstring

The package family name of the VPN plug-in to be used for this VPN plug-in profile.

Windows requirements

App capabilities
networkingVpnProvider

Remarks

If creating or modifying a VPN plug-in profile from the App that is the VPN plug-in, Package.Current.Id.FamilyName can be used to easily obtain the current package family name at run time.

Applies to