다음을 통해 공유


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)

속성 값

ICollection<String>

동작 부분의 컬렉션 키가 포함된 ICollection<T> 형식의 String입니다.

적용 대상