ContentSite.View 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 the ContentSiteView associated with this ContentSite.
public:
property ContentSiteView ^ View { ContentSiteView ^ get(); };
ContentSiteView View();
public ContentSiteView View { get; }
var contentSiteView = contentSite.view;
Public ReadOnly Property View As ContentSiteView
Property Value
The ContentSiteView associated with this ContentSite.