Lenguaje

Entity.IsSystem Propiedad

Definición

Obtiene o establece un valor que indica si la entidad fue creada por el sistema MDS. Las entidades del sistema no pueden ser eliminadas.

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

Valor de propiedad

true si la entidad fue creada por el sistema MDS; de lo contrario, false.

Atributos

Se aplica a