INetFwOpenPort.Protocol Property

Gets or sets the protocol type setting for this port.

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

Syntax

'Declaration
Property Protocol As NET_FW_IP_PROTOCOL_
NET_FW_IP_PROTOCOL_ Protocol { get; set; }
property NET_FW_IP_PROTOCOL_ Protocol {
    NET_FW_IP_PROTOCOL_ get ();
    void set (NET_FW_IP_PROTOCOL_ value);
}
abstract Protocol : NET_FW_IP_PROTOCOL_ with get, set
function get Protocol () : NET_FW_IP_PROTOCOL_ 
function set Protocol (value : NET_FW_IP_PROTOCOL_)

Property Value

Type: Microsoft.TeamFoundation.Common.NET_FW_IP_PROTOCOL_
A NET_FW_IP_PROTOCOL_ value indicating the protocol type of this port.

.NET Framework Security

See Also

Reference

INetFwOpenPort Interface

Microsoft.TeamFoundation.Common Namespace