Gets the unique Identification of the object.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public KEY Id{ get; set;}
Public Property Id As KEY
public:
virtual property KEY Id {
	KEY get () sealed;
	void set (KEY value) sealed;
}

See Also