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
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

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

See Also