Share via


ScopedMessagePartSpecification.Actions プロパティ

定義

アクション キーのコレクションを取得します。

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

プロパティ値

アクション部分のコレクションのキーを格納している String 型の ICollection<T>

適用対象