Share via


GitRepository.ZDeprecatedDoNotUseUri Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

GitRepository Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace