ServerSecurityCustomLogo Property |
|
DataPA OpenAnalytics API Reference
Gets and set the Base64 representation of a custom logo
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string CustomLogo { get; set; }
Public Property CustomLogo As String
Get
Set
public:
virtual property String^ CustomLogo {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_CustomLogo();
function set_CustomLogo(value);
Return Value
Type:
StringSee Also