Gets or sets default passworde of service

Namespace: White_Tiger
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

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

Property Value

Type: String

See Also