Share via


INetFwRule.Protocol Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

INetFwRule Interface

Microsoft.TeamFoundation.Build.Common Namespace