ContractDescription.ShouldSerializeProtectionLevel Método

Definição

Retorna um valor que indica se a propriedade ProtectionLevel foi alterada do valor padrão e se deve ser serializada.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

Retornos

Boolean

true se o valor da propriedade ProtectionLevel precisar ser serializado; caso contrário, false.true if the ProtectionLevel property value should be serialized; otherwise, false.

Aplica-se a