共用方式為


GraphError.Message Property

Definition

Gets or sets error message value.

[Newtonsoft.Json.JsonProperty(PropertyName="odata.error.message.value")]
public string Message { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="odata.error.message.value")>]
member this.Message : string with get, set
Public Property Message As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to