次の方法で共有


Participants.Participant プロパティ

定義

トークンを使用することを許可されている参加要素の一覧を取得します。

public:
 property System::Collections::Generic::List<System::IdentityModel::Protocols::WSTrust::EndpointReference ^> ^ Participant { System::Collections::Generic::List<System::IdentityModel::Protocols::WSTrust::EndpointReference ^> ^ get(); };
public System.Collections.Generic.List<System.IdentityModel.Protocols.WSTrust.EndpointReference> Participant { get; }
member this.Participant : System.Collections.Generic.List<System.IdentityModel.Protocols.WSTrust.EndpointReference>
Public ReadOnly Property Participant As List(Of EndpointReference)

プロパティ値

参加要素のリスト。 リストの各項目には、wst:Participant 要素の内容が含まれます。

適用対象