Model.IsSystem Field

Specifies a value indicating the relationship is that of system.

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

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public IsSystem As Boolean
'Usage
Dim instance As Model
Dim value As Boolean

value = instance.IsSystem

instance.IsSystem = value
[DataMemberAttribute(IsRequired = false)]
public bool IsSystem
[DataMemberAttribute(IsRequired = false)]
public:
bool IsSystem
[<DataMemberAttribute(IsRequired = false)>]
val mutable IsSystem: bool
public var IsSystem : boolean