StarterGpoBackupCollection Class
A collection of StarterGpoBackup objects, each of which represents a backup of a Starter Group Policy object (GPO).
Namespace: Microsoft.GroupPolicy
Assembly: Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<T>
Microsoft.GroupPolicy.StarterGpoBackupCollection
Syntax
public sealed class StarterGpoBackupCollection : ReadOnlyCollection<StarterGpoBackup>
public ref class StarterGpoBackupCollection sealed : ReadOnlyCollection<StarterGpoBackup^>
[<Sealed>]
type StarterGpoBackupCollection =
class
inherit ReadOnlyCollection<StarterGpoBackup>
end
Public NotInheritable Class StarterGpoBackupCollection
Inherits ReadOnlyCollection(Of StarterGpoBackup)
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ReadOnlyCollection<T>.) |
|
Item[Int32] | (Inherited from ReadOnlyCollection<T>.) |
Methods
Name | Description | |
---|---|---|
Contains(T) | (Inherited from ReadOnlyCollection<T>.) |
|
CopyTo(T[], Int32) | (Inherited from ReadOnlyCollection<T>.) |
|
Equals(Object) | (Inherited from Object.) |
|
GetEnumerator() | (Inherited from ReadOnlyCollection<T>.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
IndexOf(T) | (Inherited from ReadOnlyCollection<T>.) |
|
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Remarks
The BackupDirectory.SearchStarterGpoBackups method returns a StarterGpoBackupCollection 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
StarterGpo
StarterGpoBackup
Microsoft.GroupPolicy Namespace
Return to top