Compartir a través de


MemberIdentifier.IsNameChanged Propiedad

Definición

Especifica si se cambia el nombre del miembro y el tipo de miembro.

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

Valor de propiedad

true si el nombre del miembro y el tipo de miembro cambian; de lo contrario, fasle.

Atributos

Se aplica a