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; internal set; }
public:
property WebAddInInfo^ Parent {
WebAddInInfo^ get();
internal: void set(WebAddInInfo^ value);
}
Public Property Parent As WebAddInInfo
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Web.Extensibility.WebAddInInfo
An instance of WebAddInInfo.
See Also
GadgetInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top