ClientConfigPaletteFile Property |
|
DataPA OpenAnalytics API Reference
Gets the palette file for this client instamce
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string PaletteFile { get; }
Public ReadOnly Property PaletteFile As String
Get
public:
virtual property String^ PaletteFile {
String^ get () sealed;
}
function get_PaletteFile();
Return Value
Type:
StringThe palette file for this client instance
See Also