WSFederationElement::CustomAttributes Property

.NET Framework (current version)
 

Gets or sets the dictionary that contains any custom attributes.

Namespace:   System.IdentityModel.Services.Configuration
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
property Dictionary<String^, String^>^ CustomAttributes {
	Dictionary<String^, String^>^ get();
}

Property Value

Type: System.Collections.Generic::Dictionary<String^, String^>^

The dictionary that contains the custom attributes, keyed by attribute name.

.NET Framework
Available since 4.5
Return to top
Show: