Gets or sets the command identifier

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

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

See Also