Question.KnowledgeSpaceId Property

Definition

The unique knowledge space id to which the question belongs.

[System.Text.Json.Serialization.JsonPropertyName("knowledge_space_id")]
public int? KnowledgeSpaceId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("knowledge_space_id")>]
member this.KnowledgeSpaceId : Nullable<int> with get, set
Public Property KnowledgeSpaceId As Nullable(Of Integer)

Property Value

Attributes

Applies to