A key to uniquely identify a document in the Index

Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string UniqueKey { get; set; }
Visual Basic
Public Property UniqueKey As String
	Get
	Set

Remarks

A value of -1 means this is property is not used.

See Also