Share via


GitCommit.Push Property

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.SourceControl.WebApi.GitPushRef

.NET Framework Security

See Also

Reference

GitCommit Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace