API Reference
Class
Item (DomainJoinComputerOwnerPostureService)
Domain-join creator row.
Inheritance
- Object
- Item
Constructors
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #Domain DNS name.
public String SamAccountName { get; set; } #Computer SAM account name.
public String DistinguishedName { get; set; } #Computer distinguished name.
public String OperatingSystem { get; set; } #Operating system caption when available.
public String CreatorSid { get; set; } #Creator SID captured in ms-DS-CreatorSID.
public String CreatorName { get; set; } #Resolved creator name when available.
public Boolean Enabled { get; set; } #Gets a value indicating whether the computer account is enabled.
public Nullable<DateTime> WhenCreated { get; set; } #Creation timestamp when available.
public Nullable<DateTime> WhenChanged { get; set; } #Last modification timestamp when available.