INetFwRule.Action Property
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Property Action As NET_FW_ACTION_
NET_FW_ACTION_ Action { get; set; }
property NET_FW_ACTION_ Action {
NET_FW_ACTION_ get ();
void set (NET_FW_ACTION_ value);
}
abstract Action : NET_FW_ACTION_ with get, set
function get Action () : NET_FW_ACTION_
function set Action (value : NET_FW_ACTION_)
Property Value
Type: Microsoft.TeamFoundation.Build.Common.NET_FW_ACTION_
Returns NET_FW_ACTION_.
.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.