Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.