Share via


INetFwRule.EdgeTraversal Property

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

Syntax

'Declaration
Property EdgeTraversal As Boolean
bool EdgeTraversal { get; set; }
property bool EdgeTraversal {
    bool get ();
    void set (bool value);
}
abstract EdgeTraversal : bool with get, set
function get EdgeTraversal () : boolean 
function set EdgeTraversal (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

INetFwRule Interface

Microsoft.TeamFoundation.Build.Common Namespace