.NET Framework Class Library

DocumentInfo.Author Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > DocumentInfo Class > DocumentInfo Properties >

.NET Framework Class Library

DocumentInfo.Author Property

Gets or sets "Author" document information property.

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Property Author As String
 Get
 Set

C#

public string Author { getset; }

Visual C++

public:
property StringAuthor {
 Stringget ();
 void set (Stringvalue);
}

See Also

DocumentInfo Class

DocumentInfo Members

Gnostice.Core.DOM Namespace