RequestInformationCardsResponse (Constructor, (Genérico IEnumerable))
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSIdentity
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim informationCards As IEnumerable(Of String) Dim instance As New RequestInformationCardsResponse(informationCards)
Sintaxis
'Declaración
Public Sub New ( _
informationCards As IEnumerable(Of String) _
)
public RequestInformationCardsResponse (
IEnumerable<string> informationCards
)
public:
RequestInformationCardsResponse (
IEnumerable<String^>^ informationCards
)
public RequestInformationCardsResponse (
IEnumerable<String> informationCards
)
public function RequestInformationCardsResponse (
informationCards : IEnumerable<String>
)
Parámetros
- informationCards
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
RequestInformationCardsResponse (Clase)
RequestInformationCardsResponse (Miembros)
Microsoft.IdentityModel.Protocols.WSIdentity (Espacio de nombres)