Share via


INetFwRule.Direction Property

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Build.Common.NET_FW_RULE_DIRECTION_

.NET Framework Security

See Also

Reference

INetFwRule Interface

Microsoft.TeamFoundation.Build.Common Namespace