WSFederationElement.CustomAttributes Eigenschap

Definitie

Hiermee haalt u de woordenlijst op die aangepaste kenmerken bevat of stelt u deze in.

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 met de aangepaste kenmerken, gesleuteld op kenmerknaam.

Van toepassing op

Zie ook