.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 > BeforeDocumentLoadEventArgs.DocumentId Property |
Get the unique identification of the document.
Namespace: Gnostice.Controls.ASP
Assembly: Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)
Visual Basic |
Public ReadOnly Property DocumentId As String |
C# |
public string DocumentId { get; } |
Visual C++ |
public: |
BeforeDocumentLoadEventArgs Class