Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public ReadOnly Property VersionFieldIds As IEnumerable(Of UInteger)
'Usage
Dim instance As ChangeUnitVersionDefinition
Dim value As IEnumerable(Of UInteger)
value = instance.VersionFieldIds
public IEnumerable<uint> VersionFieldIds { get; }
public:
property IEnumerable<unsigned int>^ VersionFieldIds {
IEnumerable<unsigned int>^ get ();
}
/** @property */
public IEnumerable<UInt32> get_VersionFieldIds ()
public function get VersionFieldIds () : IEnumerable<uint>
Property Value
A collection of integers that comprise the version fields of the specified change unit.
See Also
Reference
ChangeUnitVersionDefinition Class
ChangeUnitVersionDefinition Members
Microsoft.Synchronization.SimpleProviders Namespace