GitPullRequestSearchCriteria.CreatorId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If set, search for pull requests that were created by this identity.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="creatorId")]
public Nullable<Guid> CreatorId { get; set; }
member this.CreatorId : Nullable<Guid> with get, set
Public Property CreatorId As Nullable(Of Guid)
Property Value
- Attributes