Partage via


WsFederationConfiguration.CustomAttributes Propriété

Définition

Obtient un dictionnaire qui contient tous les attributs supplémentaires spécifiés dans l'élément <wsFederation> dans le fichier de configuration.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ CustomAttributes { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,string> CustomAttributes { get; }
member this.CustomAttributes : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property CustomAttributes As Dictionary(Of String, String)

Valeur de propriété

Dictionnaire qui contient les attributs supplémentaires.

S’applique à

Voir aussi