Sets or returns the referenced object. When reading the value, if the object has not already been loaded then the object is loaded. On subsequent calls the already loaded object is returned.

Namespace: DatabaseObjects.Generic
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public virtual T Object { get; set; }
Visual Basic
Public Overridable Property Object As T
	Get
	Set
Visual C++
public:
virtual property T Object {
	T get ();
	void set (T value);
}

See Also