ChildSiteLink.SiteView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a view of the owned **ContentSite**.
public:
property ContentSiteView ^ SiteView { ContentSiteView ^ get(); };
ContentSiteView SiteView();
public ContentSiteView SiteView { get; }
var contentSiteView = childSiteLink.siteView;
Public ReadOnly Property SiteView As ContentSiteView
Property Value
A view of the owned **ContentSite**.