PublishedContentDescription Property |
|
DataPA OpenAnalytics API Reference
Gets the description of this published content.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Description { get; }
Public ReadOnly Property Description As String
Get
public:
virtual property String^ Description {
String^ get () sealed;
}
function get_Description();
Return Value
Type:
StringThe description of this published content.
Remarks See Also