Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public override Type BaseObjectType { get; }
Visual Basic
Public Overrides ReadOnly Property BaseObjectType As Type
	Get
Visual C++
public:
virtual property Type^ BaseObjectType {
	Type^ get () override;
}

See Also