IndexInfoIndexId Property |
Gets the index unique identifier.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.3
Syntaxpublic Guid IndexId { get; }
Public ReadOnly Property IndexId As Guid
Get
public:
property Guid IndexId {
Guid get ();
}
member IndexId : Guid with get
Property Value
Type:
GuidThe index unique identifier.
See Also