Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public Assembly Assembly { get; set; }
Visual Basic
Public Property Assembly As Assembly
	Get
	Set
Visual C++
public:
property Assembly^ Assembly {
	Assembly^ get ();
	void set (Assembly^ value);
}
F#
member Assembly : Assembly with get, set

Property Value

Type: Assembly

See Also