This topic has not yet been rated - Rate this topic

ReadOnlySiteCollection Members

The ReadOnlySiteCollection class is a read-only collection of ActiveDirectorySite objects.

The following tables list the members exposed by the ReadOnlySiteCollection type.

(see also Protected Properties )
  Name Description
Public property Count  Gets the number of elements contained in the ReadOnlyCollectionBase instance.(inherited from ReadOnlyCollectionBase)
Public property Item Gets an ActiveDirectorySite object in this collection.
Top
  Name Description
Protected property InnerList  Gets the list of elements contained in the ReadOnlyCollectionBase instance.(inherited from ReadOnlyCollectionBase)
Top
(see also Protected Methods )
  Name Description
Public method Contains Determines if the specified ActiveDirectorySite object is in this collection.
Public method CopyTo Copies all ActiveDirectorySite objects in this collection to the specified array, starting at the specified index of the target array.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetEnumerator  Returns an enumerator that iterates through the ReadOnlyCollectionBase instance. (inherited from ReadOnlyCollectionBase)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method IndexOf Returns the index of the first occurrence of the specified ActiveDirectorySite object in this collection.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top
  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.