GpoBackupCollection Constructor (IList<GpoBackup>)

 

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

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

Syntax

public GpoBackupCollection(
    IList<GpoBackup> list
)
public:
GpoBackupCollection(
    IList<GpoBackup^>^ list
)
new : 
        list:IList<GpoBackup> -> GpoBackupCollection
Public Sub New (
    list As IList(Of GpoBackup)
)

Parameters

See Also

GpoBackupCollection Class
Microsoft.GroupPolicy Namespace

Return to top