DashboardCommandGetAttributeSafe Method

Helper method to access attributes safely, even if they aren't defined.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public string GetAttributeSafe(
	string name
)

Parameters

name  String
The name of the attribute to get the value for.

Return Value

String
The value of the attribute if it exists, null otherwise.

See Also