FeatureSupportHasFeature Method |
Returns the state of a feature. eg: Enabled (the existence of the feature in the list denotes whether or not it is even partially enabled)
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool HasFeature(
string FeatureId
)
Public Function HasFeature (
FeatureId As String
) As Boolean
public:
bool HasFeature(
String^ FeatureId
)
member HasFeature :
FeatureId : string -> bool
Parameters
- FeatureId
- Type: SystemString
String representing the name of the feature
Return Value
Type:
BooleanBoolean indicating true if the feature exists
Remarks
See Also