| BiDataFlowDefinitionIsPbulic Property |
True if this data flow can be called directly via API
Namespace:
SanteDB.BI.Model
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax public bool IsPbulic { get; set; }
Public Property IsPbulic As Boolean
Get
Set
public:
property bool IsPbulic {
bool get ();
void set (bool value);
}
member IsPbulic : bool with get, set
Property Value
Type:
BooleanSee Also