Version

XmlaPropertiesCollection Class Members

The following tables list the members exposed by XmlaPropertiesCollection.

Public Constructors
 NameDescription
Public ConstructorXmlaPropertiesCollection ConstructorInitializes a new instance of the XmlaPropertiesCollection class.  
Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the ICollection.  
Public PropertyIsReadOnlyGets a value indicating whether the ICollection is read-only.  
Public PropertyItemGets or sets the element at the specified index.  
Public Methods
 NameDescription
Public MethodAddAdds an item to the ICollection.  
Public MethodClearRemoves all items from the ICollection.  
Public MethodContainsOverloaded. Determines whether the collection contains a property with the specified name.  
Public MethodCopyToCopies the elements to the specified array.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the collection.  
Public MethodIndexOfDetermines the index of a specific item in the IList.  
Public MethodInsertInserts an item to the IList at the specified index.  
Public MethodRemoveRemoves the first occurrence of a specific object from the ICollection.  
Public MethodRemoveAtRemoves the IList item at the specified index.  
Public MethodTryGetValueGets the property with the specified name.  
See Also