ServiceBehaviorAttribute.ShouldSerializeConfigurationName Method

Definition

Returns a value that indicates whether the ConfigurationName property has changed from its default value and should be serialized.

public:
 bool ShouldSerializeConfigurationName();
public bool ShouldSerializeConfigurationName ();
member this.ShouldSerializeConfigurationName : unit -> bool
Public Function ShouldSerializeConfigurationName () As Boolean

Returns

true if the ConfigurationName property value should be serialized; otherwise, false.

Applies to