Class GroupPolicySoftwareInstallationPackages
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory Group Policy software installation packages.
public class GroupPolicySoftwareInstallationPackages : GlobalSerializableClassicBase
- Inheritance
-
GroupPolicySoftwareInstallationPackages
Constructors
GroupPolicySoftwareInstallationPackages()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicySoftwareInstallationPackages class.
public GroupPolicySoftwareInstallationPackages()
Properties
Items
Gets or sets the items in the collection.
public GroupPolicySoftwareInstallationPackageCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the Group Policy software installation packages as a human readable string.
public override string ToString()
Returns
- string
The Group Policy software installation packages as a human readable string.