Class IisManagementServiceUser
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft IIS management service user.
public class IisManagementServiceUser : GlobalSerializableBase, IComparable<IisManagementServiceUser>
- Inheritance
-
IisManagementServiceUser
- Implements
Constructors
IisManagementServiceUser()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisManagementServiceUser class.
public IisManagementServiceUser()
Properties
Enabled
Gets or sets whether the user is enabled.
public BooleanOption Enabled { get; set; }
Property Value
Name
Gets or sets the name of the user.
public string Name { get; set; }
Property Value
StatusString
Gets the status of the user as a human readable string.
public string StatusString { get; set; }
Property Value
Methods
CompareTo(IisManagementServiceUser)
Compares two CENTREL.XIA.Configuration.Types.IisManagementServiceUser objects to allow sorting alphabetically by name.
public int CompareTo(IisManagementServiceUser other)
Parameters
other
IisManagementServiceUserThe CENTREL.XIA.Configuration.Types.IisManagementServiceUser to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.IisManagementServiceUser objects.
ToString()
Returns the management service user as a human readable string.
public override string ToString()
Returns
- string
The management service user as a human readable string.