.NET Framework Class Library

BeforeDocumentLoadEventArgs.DocumentId Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > BeforeDocumentLoadEventArgs Class > BeforeDocumentLoadEventArgs Properties >

.NET Framework Class Library

BeforeDocumentLoadEventArgs.DocumentId Property

Get the unique identification of the document.

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

Public ReadOnly Property DocumentId As String
 Get

C#

public string DocumentId { get; }

Visual C++

public:
property StringDocumentId {
 Stringget ();
}

See Also

BeforeDocumentLoadEventArgs Class

BeforeDocumentLoadEventArgs Members

Gnostice.Controls.ASP Namespace