IsSystem 欄位
Specifies a value indicating the relationship is that of system.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)
語法
'宣告
<DataMemberAttribute(IsRequired := False)> _
Public IsSystem As Boolean
'用途
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