Compartir a través de


MemberIdentifier.IsCodeChanged Propiedad

Definición

Especifica si se cambia el código del miembro y el tipo de miembro.

public:
 property bool IsCodeChanged { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public bool IsCodeChanged { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.IsCodeChanged : bool with get, set
Public Property IsCodeChanged As Boolean

Valor de propiedad

true si el código del miembro y el tipo de miembro cambian; de lo contrario, false.

Atributos

Se aplica a