SamlAction.Namespace Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.