Share via


INetFwRule.Interfaces Property

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

Syntax

'Declaration
Property Interfaces As Object
Object Interfaces { get; set; }
property Object^ Interfaces {
    Object^ get ();
    void set (Object^ value);
}
abstract Interfaces : Object with get, set
function get Interfaces () : Object 
function set Interfaces (value : Object)

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

INetFwRule Interface

Microsoft.TeamFoundation.Build.Common Namespace