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_
Returns NET_FW_RULE_DIRECTION_.
.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.