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



Gets/Sets user's password.
Syntax
Public Property Password As String
Dim instance As UserPropertySet
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);
}

Property Value

User's password if available; otherwise the value is empty string.
Remarks
The password is not always available depending on the security configuration.
Requirements

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

See Also

Reference

UserPropertySet Class
UserPropertySet Members

Send Feedback