VpnPacketBufferList.Status 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 the status of VpnPacketBuffer. The status property may be used to report errors when manipulating the IVpnPacketBufferList.
public:
property VpnPacketBufferStatus Status { VpnPacketBufferStatus get(); void set(VpnPacketBufferStatus value); };
VpnPacketBufferStatus Status();
void Status(VpnPacketBufferStatus value);
public VpnPacketBufferStatus Status { get; set; }
var vpnPacketBufferStatus = vpnPacketBufferList.status;
vpnPacketBufferList.status = vpnPacketBufferStatus;
Public Property Status As VpnPacketBufferStatus
Property Value
An enum value indicating the status of a VpnPacketBuffer object. The default value is 0, indicating there are no errors.
Windows requirements
App capabilities |
networkingVpnProvider
|