Question.IsPublished 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.
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