Gets or sets the item id.
Namespace: Simol.IndexingAssembly: 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); } |