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

Syntax

C#
public override string ApplicationName { get; set; }
Visual Basic
Public Overrides Property ApplicationName As String
	Get
	Set
Visual C++
public:
virtual property String^ ApplicationName {
	String^ get () override;
	void set (String^ value) override;
}

See Also