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

Syntax

C#
public ISurveyStep CurrentStep { get; set; }
Visual Basic
Public Property CurrentStep As ISurveyStep
	Get
	Set
Visual C++
public:
property ISurveyStep^ CurrentStep {
	ISurveyStep^ get ();
	void set (ISurveyStep^ value);
}

See Also