Gets or sets Principal which is the assembly owner.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public Principal Owner { get; set; }
Visual Basic (Declaration)
Public Property Owner As Principal
Visual C++
public:
property Principal^ Owner {
	Principal^ get ();
	void set (Principal^ value);
}

See Also