VpnAppId.Type Property

Definition

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

Applies to