PublishedContentComments Property |
|
DataPA OpenAnalytics API Reference
Gets any comments associated with this published content.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Comments { get; }
Public ReadOnly Property Comments As String
Get
public:
virtual property String^ Comments {
String^ get () sealed;
}
Return Value
Type:
StringAny comments associated with this published content.
Remarks See Also