InputParametersEnumerator.IEnumerator.Current property
Reserved for internal use.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Private ReadOnly Property Current As Object
Implements IEnumerator.Current
Get
'Usage
Dim instance As InputParametersEnumerator
Dim value As Object
value = CType(instance, IEnumerator).Current
ObjectIEnumerator.Current { get; }
Property value
Type: System.Object
Returns Object.
Implements
See also
Reference
InputParametersEnumerator class