Share via


CellPropertyCollection.GetEnumerator Method

Gets an Enumerator for iterating through the collection.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public Function GetEnumerator As CellPropertyCollection..::..Enumerator
'Usage
Dim instance As CellPropertyCollection
Dim returnValue As CellPropertyCollection..::..Enumerator

returnValue = instance.GetEnumerator()
public CellPropertyCollection..::..Enumerator GetEnumerator()
public:
CellPropertyCollection..::..Enumerator GetEnumerator()
member GetEnumerator : unit -> CellPropertyCollection..::..Enumerator 
public function GetEnumerator() : CellPropertyCollection..::..Enumerator