.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 >

.NET Framework Class Library

NeedPasswordEventArgs.Password Property

Gets or sets the password for decrypting the document.

Namespace: Gnostice.Core

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

Syntax

Visual Basic

Public Property Password As String
 Get
 Set

C#

public string Password { getset; }

Visual C++

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

See Also

NeedPasswordEventArgs Class

NeedPasswordEventArgs Members

Gnostice.Core Namespace