INetFwPolicy2.ExcludedInterfaces Property

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

Syntax

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

Property Value

Type: System.Object
Returns Object.

.NET Framework Security

See Also

Reference

INetFwPolicy2 Interface

Microsoft.TeamFoundation.Build.Common Namespace