MultiValuedProperty<T>.Enumerator.MoveNext method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function MoveNext As Boolean
'Usage
Dim instance As MultiValuedProperty<T>.Enumerator
Dim returnValue As Boolean
returnValue = instance.MoveNext()
public bool MoveNext()
Return value
Type: System.Boolean
Returns Boolean.
See also
Reference
MultiValuedProperty<T>.Enumerator structure