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<T> 작업 파트 컬렉션의 키를 포함하는 형식 String 입니다.

적용 대상