Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private ReadOnly Property Current As SPFeature
Implements IEnumerator(Of SPFeature).Current
Get
'Usage
Dim instance As SPFeatureQueryResultCollection
Dim value As SPFeature
value = CType(instance, IEnumerator(Of SPFeature)).Current
SPFeatureIEnumerator<SPFeature>.Current { get; }
Property value
Type: Microsoft.SharePoint.SPFeature
Implements
See also
Reference
SPFeatureQueryResultCollection class