Question.IsPublished Property

Definition

The question is_published flag indicates whether the question is published or not. A published solution is visible to all users, while an unpublished solution is in draft state only visible to the author.

[System.Text.Json.Serialization.JsonPropertyName("is_published")]
public bool? IsPublished { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("is_published")>]
member this.IsPublished : Nullable<bool> with get, set
Public Property IsPublished As Nullable(Of Boolean)

Property Value

Attributes

Applies to