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