VpnPlugInProfile.VpnPluginPackageFamilyName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.