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:requesttype 元素的内容。

适用于