Share via


Saml2Attribute.Name Propiedad

Definición

Obtiene o establece el nombre del atributo. [Saml2Core, 2.7.3.1]

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

Valor de propiedad

Cadena que contiene el nombre del atributo.

Excepciones

Se produce un intento de establecer un valor que es null o una cadena vacía.

Comentarios

Atributo Name. Este atributo es necesario.

Se aplica a