Share via


GitPushSearchCriteria.PusherId Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "pusherId", EmitDefaultValue := False)> _
Public Property PusherId As Nullable(Of Guid)
[DataMemberAttribute(Name = "pusherId", EmitDefaultValue = false)]
public Nullable<Guid> PusherId { get; set; }
[DataMemberAttribute(Name = L"pusherId", EmitDefaultValue = false)]
public:
property Nullable<Guid> PusherId {
    Nullable<Guid> get ();
    void set (Nullable<Guid> value);
}
[<DataMemberAttribute(Name = "pusherId", EmitDefaultValue = false)>]
member PusherId : Nullable<Guid> with get, set
function get PusherId () : Nullable<Guid>
function set PusherId (value : Nullable<Guid>)

Property Value

Type: System.Nullable<Guid>

.NET Framework Security

See Also

Reference

GitPushSearchCriteria Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace