'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.DescriptionAttribute("Path to the JAMS dashboard file (.jdb) that is to be displayed.")> Public Property DashboardFile As System.String
'Usage
Dim instance As Dashboard Dim value As System.String instance.DashboardFile = value value = instance.DashboardFile
[System.ComponentModel.Category("Data")] [System.ComponentModel.DefaultValue()] [System.ComponentModel.Description("Path to the JAMS dashboard file (.jdb) that is to be displayed.")] public System.string DashboardFile {get; set;}