Share via


Model.IsSystem Propiedad

Definición

Obtiene o establece un valor que indica si el sistema creó el modelo.

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 el sistema creó el modelo; de lo contrario, false.

Atributos

Se aplica a