Partager via


ContentPage.WebAddIn Property

 

Gets the Web add-in metadata for the content page.

Namespace:   Microsoft.WindowsServerSolutions.Web
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

public WebAddInInfo WebAddIn { get; }
public:
property WebAddInInfo^ WebAddIn {
    WebAddInInfo^ get();
}
Public ReadOnly Property WebAddIn As WebAddInInfo

Property Value

Type: Microsoft.WindowsServerSolutions.Web.Extensibility.WebAddInInfo

An instance of WebAddInInfo.

See Also

ContentPage Class
Microsoft.WindowsServerSolutions.Web Namespace

Return to top