This topic has not yet been rated - Rate this topic

GroupCollection.IList.Add Method

Adds an item to the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
int IList.Add(
	Object value
)

Parameters

value
Type: System.Object
The object to add.

Return Value

Type: System.Int32
The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.

Implements

IList.Add(Object)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.