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