Compartir a través de


Participants.Participant (Propiedad)

Espacio de nombres: Microsoft.IdentityModel.SecurityTokenService
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As Participants
Dim value As List(Of EndpointAddress)

value = instance.Participant

Sintaxis

'Declaración
Public ReadOnly Property Participant As List(Of EndpointAddress)
public List<EndpointAddress> Participant { get; }
public:
property List<EndpointAddress^>^ Participant {
    List<EndpointAddress^>^ get ();
}
/** @property */
public List<EndpointAddress> get_Participant ()
public function get Participant () : List<EndpointAddress>

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Vea también

Referencia

Participants (Clase)
Participants (Miembros)
Microsoft.IdentityModel.SecurityTokenService (Espacio de nombres)