ParameterValueControlLabel Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the label that will be shown alongside the checkbox when ParameterDisplayType is Boolean
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string Label { get; set; }
Public Property Label As String
Get
Set
public:
property String^ Label {
String^ get ();
void set (String^ value);
}
function get_Label();
function set_Label(value);
Return Value
Type:
StringThe label that will be shown alongside the checkbox when ParameterDisplayType is Boolean
See Also