Share via


WSFederationElement.CustomAttributes Vlastnost

Definice

Získá nebo nastaví slovník, který obsahuje všechny vlastní atributy.

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 vlastní atributy s klíči podle názvu atributu.

Platí pro

Viz také