ServerIPAddressCollection Members

Include Protected Members
Include Inherited Members

The ServerIPAddressCollection class represents a collection of ServerIPAddress objects that represent all the server IP addresses defined on the parent object.

The ServerIPAddressCollection type exposes the following members.

Methods

  Name Description
Protected method Add(WmiSmoObject) Adds the specified object to the referenced collection. (Inherited from WmiCollectionBase.)
Public method Contains(String) Checks whether the specified key value exists in the collection.
Public method CopyTo(array<ServerIPAddress[], Int32) Copies the collection objects to a one-dimensional array beginning at the index value specified.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() Returns an IEnumerator interface that allows you to iterate through the objects in the collection.
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method Remove(String) Removes the specified object from the referenced collection. (Inherited from WmiCollectionBase.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field initialized (Inherited from WmiCollectionBase.)
Protected field innerColl (Inherited from WmiCollectionBase.)

Top

Properties

  Name Description
Public property Count Gets the number of ServerIPAddress objects in the referenced collection.
Public property IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe). (Inherited from WmiCollectionBase.)
Public property Item[Int32] Gets a ServerIPAddress object in the collection by index number.
Public property Item[String] Gets a ServerIPAddress object in the collection by name.
Public property Parent Gets the ServerProtocol object that is the parent of the ServerIPAddressCollection object.
Public property SyncRoot Gets an object that can be used to synchronize access to the collection. (Inherited from WmiCollectionBase.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo(Array, Int32)

Top