BindingsSection::WS2007FederationHttpBinding Property

 

Gets the configuration element that contains a collection of WS2007FederationHttpBindingElement objects.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("ws2007FederationHttpBinding", 
	Options = ConfigurationPropertyOptions::None)]
property WS2007FederationHttpBindingCollectionElement^ WS2007FederationHttpBinding {
	WS2007FederationHttpBindingCollectionElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::WS2007FederationHttpBindingCollectionElement^

The configuration element that contains a collection of WS2007FederationHttpBindingElement objects.

.NET Framework
Available since 3.0
Return to top
Show: