Gets or sets the logo for the event.

Namespace:  Asi.iBO.Events
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public byte[] Logo { get; set; }
Visual Basic (Declaration)
Public Property Logo As Byte()
Visual C++
public:
property array<unsigned char>^ Logo {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

See Also