Share via


MessageDescription.ShouldSerializeProtectionLevel 方法

定义

返回一个值,该值指示 ProtectionLevel 属性是否已更改,不再是默认值且应对其进行序列化。

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

返回

如果应当序列化 ProtectionLevel 属性值,则为 true;否则为 false

适用于