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

Syntax

C#
public bool IsLicensingError { get; internal set; }
Visual Basic
Public Property IsLicensingError As Boolean
	Get
	Friend Set
Visual C++
public:
property bool IsLicensingError {
	bool get ();
	internal: void set (bool value);
}

See Also