CreateKeyOptions.Tags Property

Definition

Gets a dictionary of tags with specific metadata about the key. Although this collection cannot be set, it can be modified or initialized with a collection initializer.

public System.Collections.Generic.IDictionary<string,string> Tags { get; }
member this.Tags : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Tags As IDictionary(Of String, String)

Property Value

Applies to