TopologyObjectCollectionBase.ObjectEnumerator.Current Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Topology
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute> _
Public ReadOnly Property Current As Object
Get
'Usage
Dim instance As TopologyObjectCollectionBase.ObjectEnumerator
Dim value As Object
value = instance.Current
[ObsoleteAttribute]
public Object Current { get; }
Property Value
Type: System.Object
Implements
See Also
Reference
TopologyObjectCollectionBase.ObjectEnumerator Class