Share via


MessageVersionRequest.DisplayName Property

Definition

Gets the optional context display name for diagnostic purposes.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Order=3)]
public string? DisplayName { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Order=3)>]
member this.DisplayName : string
Public ReadOnly Property DisplayName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to