Bagikan melalui


Server.ServerTags Property

Definition

Gets or sets application-specific metadata in the form of key-value pairs.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.tags")]
public System.Collections.Generic.IDictionary<string,string> ServerTags { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.tags")>]
member this.ServerTags : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ServerTags As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to