ContentIsland.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 ContentIslandEnvironment associated with this ContentIsland.
public:
property ContentIslandEnvironment ^ Environment { ContentIslandEnvironment ^ get(); };
ContentIslandEnvironment Environment();
public ContentIslandEnvironment Environment { get; }
var contentIslandEnvironment = contentIsland.environment;
Public ReadOnly Property Environment As ContentIslandEnvironment
Property Value
Remarks
Each ContentIsland has an associated ContentIslandEnvironment.