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