PostQuestionDraftInput.KnowledgeSpace 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 id of the knowledge space to assign the question to
[System.Text.Json.Serialization.JsonPropertyName("knowledge_space")]
public int? KnowledgeSpace { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("knowledge_space")>]
member this.KnowledgeSpace : Nullable<int> with get, set
Public Property KnowledgeSpace As Nullable(Of Integer)
Property Value
- Attributes