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

Syntax

C#
public CartellaAuthorizationEventArgs..::..ResponseTypes ResponseType { get; private set; }
Visual Basic
Public Property ResponseType As CartellaAuthorizationEventArgs..::..ResponseTypes
	Get
	Private Set
Visual C++
public:
property CartellaAuthorizationEventArgs..::..ResponseTypes ResponseType {
	CartellaAuthorizationEventArgs..::..ResponseTypes get ();
	private: void set (CartellaAuthorizationEventArgs..::..ResponseTypes value);
}

See Also