WsFederationConfiguration.CustomAttributes Egenskap

Definition

Hämtar en ordlista som innehåller eventuella extra attribut som anges i elementet <wsFederation> i konfigurationsfilen.

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)

Egenskapsvärde

Ordlistan som innehåller de extra attributen.

Gäller för

Se även