DataPA Enterprise Dashboard Controls API Reference
Gets the name of the author who created this published content.

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

Syntax

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

Return Value

Type: String
The name of the author who created this published content.

Remarks