| BiReportDefinitionViews Property |
Gets or sets the views
Namespace:
SanteDB.BI.Model
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax public List<BiReportViewDefinition> Views { get; set; }
Public Property Views As List(Of BiReportViewDefinition)
Get
Set
public:
property List<BiReportViewDefinition^>^ Views {
List<BiReportViewDefinition^>^ get ();
void set (List<BiReportViewDefinition^>^ value);
}
member Views : List<BiReportViewDefinition> with get, set
Property Value
Type:
ListBiReportViewDefinitionSee Also