GitHubReleaseIsPreRelease Property
Gets a value that determine whether this release is a pre-release.
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 IsPreRelease { get; }
Public ReadOnly Property IsPreRelease As Boolean
Get
Dim instance As GitHubRelease
Dim value As Boolean
value = instance.IsPreRelease
public:
property bool IsPreRelease {
bool get ();
}
member IsPreRelease : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean