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

Syntax

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

See Also