Gets or sets custom parameters.

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

Syntax

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

Property Value

Type: Object

See Also