Gets or sets the key ID.

Namespace: DotNetNuke.Services.Journal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlIgnoreAttribute]
public virtual int KeyID { get; set; }
Visual Basic
<XmlIgnoreAttribute> 
Public Overridable Property KeyID As Integer
	Get
	Set

Field Value

The key ID.

Implements

IHydratable..::..KeyID

Remarks

If you derive class has its own key id, please override this property and set the value to your own key id.

See Also