Gets a string that identifies this command source.

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
string ID { get; }
Visual Basic (Declaration)
ReadOnly Property ID As String
Visual C++
property String^ ID {
	String^ get ();
}

See Also