Class FeatureValue
Inheritance
System.Object
FeatureValue
Namespace: Volo.Abp.Features
Assembly: Volo.Abp.Features.dll
Syntax
public class FeatureValue : NameValue
Constructors
FeatureValue()
Declaration
public FeatureValue()
FeatureValue(String, String)
Declaration
public FeatureValue(string name, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| System.String | value |