Partager via


ControlRendererPage.Component Property

 

Represents a component in the page.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public IComponent Component { get; }
public:
property IComponent^ Component {
    virtual IComponent^ get() sealed;
}
Public ReadOnly Property Component As IComponent

Property Value

Type: System.ComponentModel.IComponent

An instance of IComponent.

See Also

ControlRendererPage Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top