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