Dela via


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)

Syntax

'Declaration
Public ReadOnly Property VersionFieldIds As IEnumerable(Of UInteger)
    Get
'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 ();
}
member VersionFieldIds : IEnumerable<uint32>
function get VersionFieldIds () : IEnumerable<uint>

Property Value

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

See Also

Reference

ChangeUnitVersionDefinition Class

Microsoft.Synchronization.SimpleProviders Namespace