Gets or sets a value indicating the resource primary key value.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Object Key { get; set; }
Public Property Key As Object
Get
Set
public:
property Object^ Key {
Object^ get ();
void set (Object^ value);
}
member Key : Object with get, set
Property Value
Type:
Object
The resource primary key value.
See Also