Gets or sets the password value.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public string PasswordValue { get; set; }
Visual Basic (Declaration)
Public Property PasswordValue As String
Visual C++
public:
property String^ PasswordValue {
	String^ get ();
	void set (String^ value);
}

Field Value

The password value.

See Also