API Reference
Class
GuestAccountSnapshot
Snapshot describing the built-in Guest account status for a domain.
Inheritance
- Object
- GuestAccountSnapshot
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 GuestAccountSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #DNS domain name the snapshot refers to.
public Boolean AccountResolved { get; set; } #True when the built-in Guest account could be resolved.
public Boolean IsEnabled { get; set; } #True when the built-in Guest account is enabled.
public String FailureReason { get; set; } #Optional reason when the Guest account could not be evaluated.