Share via


WSFederationElement.CustomAttributes Propriété

Définition

Obtient ou définit le dictionnaire qui contient des attributs personnalisés.

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 personnalisés, de clé par le nom de l'attribut.

S’applique à

Voir aussi