| BiTransformDefinitionSchemas Property |
Gets or sets the schema definitions for the specified transform definition
Namespace:
SanteDB.BI.Model
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax public List<BiSchemaObjectDefinition> Schemas { get; set; }
Public Property Schemas As List(Of BiSchemaObjectDefinition)
Get
Set
public:
property List<BiSchemaObjectDefinition^>^ Schemas {
List<BiSchemaObjectDefinition^>^ get ();
void set (List<BiSchemaObjectDefinition^>^ value);
}
member Schemas : List<BiSchemaObjectDefinition> with get, set
Property Value
Type:
ListBiSchemaObjectDefinitionSee Also