TfsGitRepositoryInfo.RemoteUrl Property
Namespace: Microsoft.TeamFoundation.Git.Server.Serialization
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Property RemoteUrl As String
public string RemoteUrl { get; set; }
public:
property String^ RemoteUrl {
String^ get ();
void set (String^ value);
}
member RemoteUrl : string with get, set
function get RemoteUrl () : String
function set RemoteUrl (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.