Get/Set the main image of gallery

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IAsset MainImage { get; set; }
Visual Basic
Property MainImage As IAsset
	Get
	Set
Visual C++
property IAsset^ MainImage {
	IAsset^ get ();
	void set (IAsset^ value);
}

Field Value

IAsset

See Also