ContentPageInfo.Parent Property
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
ContentPageInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top