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
- 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.