Gets or sets the password used for this service.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

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

Remarks

This parameter is only used if NeedsAuthentication() returns true.

See Also