 | BiParameterDefinitionFixedValueExpression Property |
If there is an expression which is used to specify the fixed value for this parameter - this is the
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic string FixedValueExpression { get; set; }Public Property FixedValueExpression As String
Get
Set
public:
property String^ FixedValueExpression {
String^ get ();
void set (String^ value);
}member FixedValueExpression : string with get, set
Property Value
String
See Also