.NET Framework Class Library
NeedPasswordEventArgs.Password Property
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > NeedPasswordEventArgs Class > NeedPasswordEventArgs Properties > NeedPasswordEventArgs.Password Property |
Gets or sets the password for decrypting the document.
Namespace: Gnostice.Core
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Property Password As String |
C# |
public string Password { get; set; } |
Visual C++ |
public: |