次の方法で共有


SharedAccessQueuePolicies.Keys プロパティ

定義

共有アクセス ポリシーのコレクション内のキーを含んだコレクションを取得します。

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

プロパティ値

共有アクセス ポリシーのコレクション内のキーを含んだ文字列のコレクションです。

実装

適用対象