Share via


GitRepository.RemoteUrl Property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property RemoteUrl As String
[DataMemberAttribute]
public string RemoteUrl { get; set; }
[DataMemberAttribute]
public:
property String^ RemoteUrl {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member RemoteUrl : string with get, set
function get RemoteUrl () : String 
function set RemoteUrl (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

GitRepository Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace