VpnAppId.Type 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 type of the app ID.
public:
property VpnAppIdType Type { VpnAppIdType get(); void set(VpnAppIdType value); };
VpnAppIdType Type();
void Type(VpnAppIdType value);
public VpnAppIdType Type { get; set; }
var vpnAppIdType = vpnAppId.type;
vpnAppId.type = vpnAppIdType;
Public Property Type As VpnAppIdType
Property Value
An enum value that corresponds to the type of the app ID.
Windows requirements
App capabilities |
networkingVpnProvider
|