M-Files Vault Application Framework
C#
Show/Hide TOC
Json
Conf
Editor
Attribute
Has
Attr Method
Allows for simple checking of a key within the options expando objects.
Definition
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
protected
static
bool
HasAttr
(
ExpandoObject
expando
,
string
key
)
Parameters
expando
ExpandoObject
ExpandoObject
to check.
key
String
Key to check for.
Return Value
Boolean
True / False
See Also
Reference
JsonConfEditorAttribute Class
MFiles.VAF.Configuration Namespace
In This Article
Definition
Parameters
Return Value
See Also