JsonConfEditorAttributeHasAttr Method |
Allows for simple checking of a key within the options expando objects.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxprotected static bool HasAttr(
ExpandoObject expando,
string key
)
Protected Shared Function HasAttr (
expando As ExpandoObject,
key As String
) As Boolean
protected:
static bool HasAttr(
ExpandoObject^ expando,
String^ key
)
Parameters
- expando
- Type: System.DynamicExpandoObject
ExpandoObject to check. - key
- Type: SystemString
Key to check for.
Return Value
Type:
BooleanTrue / False
See Also