Gets or sets the logo for the event.
Namespace: Asi.iBO.EventsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public byte[] Logo { get; set; } |
| Visual Basic |
|---|
Public Property Logo As Byte() Get Set |
| Visual C++ |
|---|
public: property array<unsigned char>^ Logo { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |