API Reference
Class
ServerFeatureEntry
Flattened representation of a server feature with its hierarchical path.
Inheritance
- Object
- ServerFeatureEntry
Constructors
public ServerFeatureEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Id { get; set; } #Gets or sets the feature ID.
public Nullable<Int32> ParentId { get; set; } #Gets or sets the parent feature ID, when applicable.
public String Name { get; set; } #Gets or sets the display name of the feature.
public String Path { get; set; } #Gets or sets the hierarchical path constructed from ancestors, e.g. Server Roles/Web Server (IIS)/Common HTTP Features.