Partager via


Entity.IsSystem Propriété

Définition

Obtient ou définit une valeur qui indique si l'entité a été créée par le système MDS. Les entités système ne peuvent pas être supprimées.

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

Valeur de propriété

true si l'entité a été créée par le système MDS ; sinon, false.

Attributs

S’applique à