GitHubReleaseIsDraft Property
Gets a value that determine whether this release is a draft.
Namespace: DevCase.ThirdParty.GitHubAssembly: DevCase.net48.ThirdParty.GitHub (in DevCase.net48.ThirdParty.GitHub.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool IsDraft { get; }
Public ReadOnly Property IsDraft As Boolean
Get
Dim instance As GitHubRelease
Dim value As Boolean
value = instance.IsDraft
public:
property bool IsDraft {
bool get ();
}
member IsDraft : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean