ServerSecurityCustomColour Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a custom colour to style the application, stated as a hex value, e.g. #ffffff
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string CustomColour { get; set; }
Public Property CustomColour As String
Get
Set
public:
virtual property String^ CustomColour {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_CustomColour();
function set_CustomColour(value);
Return Value
Type:
StringSee Also