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_

.NET Framework Security

See Also

Reference

INetFwRule Interface

Microsoft.TeamFoundation.Build.Common Namespace