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
- 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.