ChangeUnitVersionDefinition::VersionFieldIds Property

Gets a collection of integers that comprise the version fields of the specified change unit.

Namespace:  Microsoft.Synchronization.SimpleProviders
Assembly:  Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)

public:
property IEnumerable<unsigned int>^ VersionFieldIds {
	IEnumerable<unsigned int>^ get ();
}

Property Value

Type: System.Collections.Generic::IEnumerable<UInt32>
A collection of integers that comprise the version fields of the specified change unit.
Show: