API Reference
Class
GpoLegacyAdmRow
Represents a legacy ADM-related file found under a GPO SYSVOL folder.
Inheritance
- Object
- GpoLegacyAdmRow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public GpoLegacyAdmRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #DNS domain name where the GPO resides.
public Guid GpoId { get; set; } #GPO GUID (groupPolicyContainer objectGuid).
public String GpoName { get; set; } #Optional display name of the GPO when resolvable.
public String GpoSysvolPath { get; set; } #GPO SYSVOL root path.
public DateTime CreationTime { get; set; } #Creation time (local).
public DateTime LastWriteTime { get; set; } #Last write time (local).
public FileAttributes Attributes { get; set; } #Filesystem attributes.
public String DirectoryName { get; set; } #Directory containing the file.