DashboardObjectSubCaption Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the sub caption of this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string SubCaption { get; set; }
Public Property SubCaption As String
Get
Set
public:
virtual property String^ SubCaption {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_SubCaption();
function set_SubCaption(value);
Property Value
Type:
StringThe sub caption of this object.
Return Value
Type:
StringThe sub caption of this object.
Remarks See Also