Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the parent WebAddIn object of the content pages.
Namespace:   Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly:  Wssg.Web (in Wssg.Web.dll)
Syntax
public WebAddInInfo Parent { get; set; }
public:
property WebAddInInfo^ Parent {
    WebAddInInfo^ get();
    void set(WebAddInInfo^ value);
}
Public Property Parent As WebAddInInfo
Property Value
Type: Microsoft.WindowsServerSolutions.Web.Extensibility.WebAddInInfo
Returns WebAddInInfo.
Remarks
An instance of WebAddInInfo.
See Also
ServiceLink Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top