Compartir a través de


Saml2Attribute.AttributeValueXsiType Propiedad

Definición

Obtiene o establece el xsi:type de los valores contenidos en el atributo SAML.

public:
 property System::String ^ AttributeValueXsiType { System::String ^ get(); void set(System::String ^ value); };
public string AttributeValueXsiType { get; set; }
member this.AttributeValueXsiType : string with get, set
Public Property AttributeValueXsiType As String

Valor de propiedad

Cadena que contiene el xsi:type. De manera predeterminada, es String.

Excepciones

Se produce un intento de establecer un valor que es null o está vacío.

o bien

Se produce un intento de establecer un valor incorrecto.

Comentarios

Atributo type del elemento AttributeValue. Este atributo es necesario.

Se aplica a