EntityInstanceEnumeratorBase.Current Property
When overridden in a derived class, returns the value of the current entity instance in the enumerator.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Current As IEntityInstance
Get
'Usage
Dim instance As EntityInstanceEnumeratorBase
Dim value As IEntityInstance
value = instance.Current
public virtual IEntityInstance Current { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Runtime.IEntityInstance
The IEntityInstance object representing the current entity instance.
See Also
Reference
EntityInstanceEnumeratorBase Class
EntityInstanceEnumeratorBase Members
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace