Class FeatureValue
Inherited Members
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 |
---|---|---|
string | name | |
string | value |