Share via


GitTreeEntryRef.RelativePath Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

GitTreeEntryRef Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace