Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Private ReadOnly Property Component As IComponent 
    Implements ISite.Component
IComponent ISite.Component { get; }
private:
virtual property IComponent^ Component {
    IComponent^ get () sealed = ISite::Component::get;
}
private abstract Component : IComponent with get 
private override Component : IComponent with get
JScript does not support explicit interface implementations.
Property Value
Type: System.ComponentModel.IComponent
Returns IComponent.
Implements
.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.