ContentIsland.Environment Property

Definition

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.

Applies to