IsCommittedOnly 필드
Indicates the type of version this flag is capable of identifying.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)
구문
‘선언
<DataMemberAttribute(IsRequired := False)> _
Public IsCommittedOnly As Boolean
‘사용 방법
Dim instance As VersionFlag
Dim value As Boolean
value = instance.IsCommittedOnly
instance.IsCommittedOnly = value
[DataMemberAttribute(IsRequired = false)]
public bool IsCommittedOnly
[DataMemberAttribute(IsRequired = false)]
public:
bool IsCommittedOnly
[<DataMemberAttribute(IsRequired = false)>]
val mutable IsCommittedOnly: bool
public var IsCommittedOnly : boolean