共用方式為


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