| BiPackageFormats Property |
Gets or sets the list of data sources
Namespace:
SanteDB.BI.Model
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax public List<BiRenderFormatDefinition> Formats { get; set; }
Public Property Formats As List(Of BiRenderFormatDefinition)
Get
Set
public:
property List<BiRenderFormatDefinition^>^ Formats {
List<BiRenderFormatDefinition^>^ get ();
void set (List<BiRenderFormatDefinition^>^ value);
}
member Formats : List<BiRenderFormatDefinition> with get, set
Property Value
Type:
ListBiRenderFormatDefinitionSee Also