DataPA Enterprise Dashboard Controls API Reference
Gets any comments associated with this published content.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public string Comments { get; }
Visual Basic
Public ReadOnly Property Comments As String
	Get
Visual C++
public:
virtual property String^ Comments {
	String^ get () sealed;
}

Return Value

Type: String
Any comments associated with this published content.

Remarks