VersionFlag.IsCommittedOnly Field

Indicates the type of version this flag is capable of identifying.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public IsCommittedOnly As Boolean
'Usage
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