Share via


GitPushRef.PushId Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "pushId", EmitDefaultValue := False)> _
Public Property PushId As Integer
[DataMemberAttribute(Name = "pushId", EmitDefaultValue = false)]
public int PushId { get; set; }
[DataMemberAttribute(Name = L"pushId", EmitDefaultValue = false)]
public:
property int PushId {
    int get ();
    void set (int value);
}
[<DataMemberAttribute(Name = "pushId", EmitDefaultValue = false)>]
member PushId : int with get, set
function get PushId () : int 
function set PushId (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

GitPushRef Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace