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

Syntax

C#
public override bool RequiresQuestionAndAnswer { get; }
Visual Basic
Public Overrides ReadOnly Property RequiresQuestionAndAnswer As Boolean
	Get
Visual C++
public:
virtual property bool RequiresQuestionAndAnswer {
	bool get () override;
}

See Also