Version 22.1

XmlaPropertiesCollection Class Methods

For a list of all members of this type, see XmlaPropertiesCollection members.

Public Methods
 NameDescription
Public MethodAddAdds an item to the System.Collections.Generic.ICollection`1.  
Public MethodClearRemoves all items from the System.Collections.Generic.ICollection`1.  
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 System.Collections.Generic.IList`1.  
Public MethodInsertInserts an item to the System.Collections.Generic.IList`1 at the specified index.  
Public MethodRemoveRemoves the first occurrence of a specific object from the System.Collections.Generic.ICollection`1.  
Public MethodRemoveAtRemoves the System.Collections.Generic.IList`1 item at the specified index.  
Public MethodTryGetValueGets the property with the specified name.  
See Also

View on GitHub