ContractDescription.ShouldSerializeProtectionLevel Method

Definition

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

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

Returns

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

Applies to