ClientConfigCustomLoadingImageBase64 Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the custom loading image as a base64 encoded string
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string CustomLoadingImageBase64 { get; set; }
Public Property CustomLoadingImageBase64 As String
Get
Set
public:
virtual property String^ CustomLoadingImageBase64 {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_CustomLoadingImageBase64();
function set_CustomLoadingImageBase64(value);
Return Value
Type:
StringThe custom loading image as a base64 encoded string
See Also