Entity.Url Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "url", EmitDefaultValue := False)> _
Public Property Url As String
[DataMemberAttribute(Name = "url", EmitDefaultValue = false)]
public string Url { get; set; }
[DataMemberAttribute(Name = L"url", EmitDefaultValue = false)]
public:
property String^ Url {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(Name = "url", EmitDefaultValue = false)>]
member Url : string with get, set
function get Url () : String 
function set Url (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Entity Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace