Sdílet prostřednictvím


WsFederationConfiguration.CustomAttributes Vlastnost

Definice

Získá slovník, který obsahuje všechny další atributy zadané v elementu <wsFederation> v konfiguračním souboru.

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)

Hodnota vlastnosti

Slovník, který obsahuje atributy navíc.

Platí pro

Viz také