Share via


GitCommitRef.Author Property

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.SourceControl.WebApi.GitUserDate

.NET Framework Security

See Also

Reference

GitCommitRef Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace