AzureDevOpsPullRequest.

IsDraft Property

Summary

Gets if the pull request is in draft mode. Returns NotSet if no pull request could be found and ThrowExceptionIfPullRequestCouldNotBeFound is set to false.

Syntax

public Nullable<bool> IsDraft { get; }

Value

Type Description
Nullable<bool>