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