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