C-DEngine 5.105

MsgApplyPipelineConfigResponse..::..Error Property

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string Error { get; set; }
Public Property Error As String
	Get
	Set
public:
property String^ Error {
	String^ get ();
	void set (String^ value);
}