GitBranchStats.Commit Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Commit As GitCommitRef
[DataMemberAttribute]
public GitCommitRef Commit { get; set; }
[DataMemberAttribute]
public:
property GitCommitRef^ Commit {
GitCommitRef^ get ();
void set (GitCommitRef^ value);
}
[<DataMemberAttribute>]
member Commit : GitCommitRef with get, set
function get Commit () : GitCommitRef
function set Commit (value : GitCommitRef)
Property Value
Type: Microsoft.TeamFoundation.SourceControl.WebApi.GitCommitRef
.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.