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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.