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

Syntax

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

See Also