ClientConfigCustomLoadingImageType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the loading image type for this client instance
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public ClientConfigLoadingImageTypeEnum CustomLoadingImageType { get; set; }
Public Property CustomLoadingImageType As ClientConfigLoadingImageTypeEnum
Get
Set
public:
virtual property ClientConfigLoadingImageTypeEnum CustomLoadingImageType {
ClientConfigLoadingImageTypeEnum get () sealed;
void set (ClientConfigLoadingImageTypeEnum value) sealed;
}
function get_CustomLoadingImageType();
function set_CustomLoadingImageType(value);
Return Value
Type:
ClientConfigLoadingImageTypeEnumThe loading image type for this client instance
See Also