Namespace: Cartella.Models.EditForm
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public Type BindingObjectType { get; private set; }
Visual Basic
Public Property BindingObjectType As Type
	Get
	Private Set
Visual C++
public:
property Type^ BindingObjectType {
	Type^ get ();
	private: void set (Type^ value);
}

See Also