FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

wfBusinessObject..::..ID Property

Gets or sets the id.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


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