[Missing <summary> documentation for "P:White_Tiger.DataContracts.CommandModel.friendlyerrormsg"]

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

Syntax

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

Property Value

Type: String

See Also