DashboardCommandGetAttributeSafe Method |
Helper method to access attributes safely, even if they aren't defined.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string GetAttributeSafe(
string name
)
Public Function GetAttributeSafe (
name As String
) As String
public:
String^ GetAttributeSafe(
String^ name
)
Parameters
- name
- Type: SystemString
The name of the attribute to get the value for.
Return Value
Type:
StringThe value of the attribute if it exists, null otherwise.
See Also