Share via


GitRef.Name Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

GitRef Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace