IssuedTokenClientBehaviorsElement::BehaviorConfiguration Property
.NET Framework (current version)
Gets or sets the behavior that this configuration applies to.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("behaviorConfiguration", DefaultValue = "")] [StringValidatorAttribute(MinLength = 0)] property String^ BehaviorConfiguration { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The name of the behavior that this configuration applies to. The default is an empty string.
.NET Framework
Available since 3.0
Available since 3.0
Show: