DesktopChildSiteBridge.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 an immutable view of the ContentSite created by this DesktopChildSiteBridge.
public:
property ContentSiteView ^ SiteView { ContentSiteView ^ get(); };
ContentSiteView SiteView();
public ContentSiteView SiteView { get; }
var contentSiteView = desktopChildSiteBridge.siteView;
Public ReadOnly Property SiteView As ContentSiteView
Property Value
An immutable view of the ContentSite created by this DesktopChildSiteBridge.