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