Method Property

MCManager API

[Missing <summary> documentation for "P:Moxiecode.Manager.Utils.JSONRpcCall.Method"]

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

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

See Also