MemberIdentifier.IsNameChanged Propiedad

Definición

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

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 se cambian el nombre del miembro y el tipo de miembro; de lo contrario, fasle.

Atributos

Se aplica a