Share via


MemoryRecordMetadata.Description Property

Definition

Optional title describing the content. Note: the title is not indexed.

[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("description")]
public string Description { get; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("description")>]
member this.Description : string
Public ReadOnly Property Description As String

Property Value

Attributes

Applies to