Partager via


SamlAction.Namespace Propriété

Définition

Obtient ou définit l'espace de noms XML dans lequel la propriété Action est définie.

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

Valeur de propriété

Espace de noms XML dans lequel la propriété Action est définie.

Exceptions

La propriété IsReadOnly a la valeur true et la propriété Namespace est définie.

Remarques

La propriété Namespace correspond à l'attribut Namespace de l'élément XML <saml:Action> défini dans la spécification SAML 1.1 OASIS.

S’applique à