Entity.IsSystem Proprietà

Definizione

Ottiene o imposta un valore che indica se l'entità è stata creata dal sistema MDS. Le entità di sistema non possono essere eliminate.

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

Valore della proprietà

true se l'entità è stata creata dal sistema MDS. In caso contrario, false.

Attributi

Si applica a