DashboardObjectSuplimentaryXML Property |
|
DataPA OpenAnalytics API Reference
Gets and sets any supplementary XML to be applied to this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string SuplimentaryXML { get; set; }
Public Property SuplimentaryXML As String
Get
Set
public:
virtual property String^ SuplimentaryXML {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_SuplimentaryXML();
function set_SuplimentaryXML(value);
Property Value
Type:
StringThe supplementary XML to be applied to this object.
Return Value
Type:
StringThe supplementary XML to be applied to this object.
Remarks See Also