DataPA Enterprise Dashboard Controls 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
C# |
---|
public string SuplimentaryXML { get; set; } |
Visual Basic |
---|
Public Property SuplimentaryXML As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ SuplimentaryXML {
String^ get () sealed;
void set (String^ value) sealed;
} |
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