Gets or sets the item id.

Namespace: Simol.Indexing
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public string Id { get; private set; }
Visual Basic
Public Property Id As String
	Get
	Private Set
Visual C++
public:
property String^ Id {
	String^ get ();
	private: void set (String^ value);
}

Field Value

The name of the item.

See Also