FeatureSupportAddFeature Method |
Adds a feature to the feature collection
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int AddFeature(
string FeatureId,
string Value
)
Public Function AddFeature (
FeatureId As String,
Value As String
) As Integer
public:
int AddFeature(
String^ FeatureId,
String^ Value
)
member AddFeature :
FeatureId : string *
Value : string -> int
Parameters
- FeatureId
- Type: SystemString
String representing the name of the feature - Value
- Type: SystemString
Value indicating the state of the feature. eg: Enabled (the existence of the feature in the list denotes whether or not it is even partially enabled)
Return Value
Type:
Int32Integer where 1 indicates that the feature was added, and zero as error
Remarks
See Also