WsFederationConfiguration.CustomAttributes Eigenschap

Definitie

Hiermee haalt u een woordenlijst op die extra kenmerken bevat die zijn opgegeven in het <wsFederation> element in het configuratiebestand.

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)

Waarde van eigenschap

De woordenlijst die de extra kenmerken bevat.

Van toepassing op

Zie ook