Model.IsSystem Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the model is a system model.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(IsRequired = false)]
public bool IsSystem { get; set; }
public:
[DataMemberAttribute(IsRequired = false)]
property bool IsSystem {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute(IsRequired = false)>]
member IsSystem : bool with get, set
<DataMemberAttribute(IsRequired := False)>
Public Property IsSystem As Boolean

Property Value

Type: System.Boolean

true if the model is a system model; otherwise false.

See Also

Model Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top