ContentSite.Environment 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 ContentSiteEnvironment object for this ContentSite.
public:
property ContentSiteEnvironment ^ Environment { ContentSiteEnvironment ^ get(); };
ContentSiteEnvironment Environment();
public ContentSiteEnvironment Environment { get; }
var contentSiteEnvironment = contentSite.environment;
Public ReadOnly Property Environment As ContentSiteEnvironment
Property Value
The ContentSiteEnvironment object for this ContentSite.