WsFederationConfiguration.CustomAttributes Proprietà

Definizione

Ottiene un dizionario che contiene eventuali attributi aggiuntivi specificati nell'elemento <wsFederation> nel file di configurazione.

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)

Valore della proprietà

Dizionario che contiene gli attributi aggiuntivi.

Si applica a

Vedi anche