Gets or sets custom data.

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

Syntax

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

Property Value

Type: Object

See Also