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