 | BiPackageFormats Property |
Gets or sets the list of data sources
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic 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
ListBiRenderFormatDefinition
See Also