Compartir a través de


InformationCardSerializer.AllowUnknownElements (Propiedad)

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

Uso

    Dim instance As InformationCardSerializer
Dim value As Boolean

value = instance.AllowUnknownElements

instance.AllowUnknownElements = value

Sintaxis

'Declaración
Public Property AllowUnknownElements As Boolean
public bool AllowUnknownElements { get; set; }
public:
property bool AllowUnknownElements {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_AllowUnknownElements ()

/** @property */
public void set_AllowUnknownElements (boolean value)
public function get AllowUnknownElements () : boolean

public function set AllowUnknownElements (value : boolean)

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

InformationCardSerializer (Clase)
InformationCardSerializer (Miembros)
Microsoft.IdentityModel.Protocols.WSIdentity (Espacio de nombres)