DashboardCommandGetAttributeSafe Method
Helper method to access attributes safely, even if they aren't defined.
Namespace: MFiles.VAF.Configuration.Domain.DashboardsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public string GetAttributeSafe(
string name
)
- name String
- The name of the attribute to get the value for.
StringThe value of the attribute if it exists, null otherwise.