Gets or sets the custom logo URL.
            
Namespace: Conaito.FlipdooAssembly: flipdoo (in flipdoo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | 
|---|
public string CustomLogoURL { get; set; }  | 
| Visual Basic | 
|---|
Public Property CustomLogoURL As String Get Set  | 
| Visual C++ | 
|---|
public: property String^ CustomLogoURL { String^ get (); void set (String^ value); }  |