NET_FW_IP_PROTOCOL_ Enumeration

Contains values that specify the internet protocol of the firewall.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Enumeration NET_FW_IP_PROTOCOL_
public enum NET_FW_IP_PROTOCOL_
public enum class NET_FW_IP_PROTOCOL_
type NET_FW_IP_PROTOCOL_
public enum NET_FW_IP_PROTOCOL_

Members

Member name Description
NET_FW_IP_PROTOCOL_ANY Use any protocol.

NET_FW_IP_PROTOCOL_TCP Use TCP only.

NET_FW_IP_PROTOCOL_UDP Use UDP only.

See Also

Reference

Microsoft.TeamFoundation.Common Namespace