Share via


INetFwRule.Profiles Property

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

Syntax

'Declaration
Property Profiles As Integer
int Profiles { get; set; }
property int Profiles {
    int get ();
    void set (int value);
}
abstract Profiles : int with get, set
function get Profiles () : int 
function set Profiles (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

INetFwRule Interface

Microsoft.TeamFoundation.Build.Common Namespace