Gets and sets the Key ID

Namespace: DotNetNuke.Security.Permissions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Return Value

An Integer

Implements

IHydratable..::..KeyID

See Also