次の方法で共有


LegalHold.Tags プロパティ

定義

各タグは 3 から 23 文字の英数字で、SRP では小文字に正規化されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象