Cuminas DjVu SDK for .NET Framework
Password Property (CredentialEventArgs)



Gets/Sets the password.
Syntax
Public Property Password As String
Dim instance As CredentialEventArgs
Dim value As String
 
instance.Password = value
 
value = instance.Password
public string Password {get; set;}
public:
property String^ Password {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

CredentialEventArgs Class
CredentialEventArgs Members

Send Feedback