GpoBackupCollection Class

 

A collection of GpoBackup objects, each of which represents a GPO backup on the file system.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<T>
    Microsoft.GroupPolicy.GpoBackupCollection

Syntax

public sealed class GpoBackupCollection : ReadOnlyCollection<GpoBackup>
public ref class GpoBackupCollection sealed : ReadOnlyCollection<GpoBackup^>
[<Sealed>]
type GpoBackupCollection = 
    class
        inherit ReadOnlyCollection<GpoBackup>
    end
Public NotInheritable Class GpoBackupCollection
    Inherits ReadOnlyCollection(Of GpoBackup)

Constructors

Name Description
System_CAPS_pubmethod GpoBackupCollection(IList<GpoBackup>)

Initializes a new instance of the class by using the specified list of GPO backups.

Properties

Name Description
System_CAPS_pubproperty Count

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubproperty Item[Int32]

(Inherited from ReadOnlyCollection<T>.)

Methods

Name Description
System_CAPS_pubmethod Contains(T)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubmethod CopyTo(T[], Int32)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetEnumerator()

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IndexOf(T)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection<T>.Add(T)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection<T>.Clear()

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection<T>.Remove(T)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList<T>.Insert(Int32, T)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList<T>.RemoveAt(Int32)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection.CopyTo(Array, Int32)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Add(Object)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Clear()

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Contains(Object)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.IndexOf(Object)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Insert(Int32, Object)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Remove(Object)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.RemoveAt(Int32)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty ICollection<T>.IsReadOnly

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList<T>.Item[Int32]

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty ICollection.IsSynchronized

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty ICollection.SyncRoot

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.IsFixedSize

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.IsReadOnly

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.Item[Int32]

(Inherited from ReadOnlyCollection<T>.)

Remarks

The BackupDirectory.SearchGpoBackupsmethod returns a GpoBackupCollection object.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

BackupDirectory
Microsoft.GroupPolicy Namespace

Return to top