API Reference
Class
View (WebClientServiceEvaluator)
Evaluation row for a DC.
Inheritance
- Object
- View
Constructors
public View(String DomainController, Nullable<Boolean> Present, String State, String StartMode, Nullable<Boolean> Compliant) #Evaluation row for a DC.
Parameters
- DomainController System.String
- DC name.
- Present System.Nullable{System.Boolean}
- True when the WebClient service is installed.
- State System.String
- Current service state.
- StartMode System.String
- Service start mode.
- Compliant System.Nullable{System.Boolean}
- True when disabled as recommended.
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainController, out Nullable<Boolean> Present, out String State, out String StartMode, out Nullable<Boolean> Compliant) #Returns:
VoidParameters
- DomainController String
- Present Nullable<Boolean>
- State String
- StartMode String
- Compliant Nullable<Boolean>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String DomainController { get; set; } #DC name.
public Nullable<Boolean> Present { get; set; } #True when the WebClient service is installed.
public String State { get; set; } #Current service state.
public String StartMode { get; set; } #Service start mode.
public Nullable<Boolean> Compliant { get; set; } #True when disabled as recommended.