Gets or sets Assembly which contains this type.

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

Syntax

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

See Also