 |
| BcfReferenceFunctionTPropertyReference Property |
Gets or sets the reference.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic TProperty Reference { get; set; }Public Property Reference As TProperty
Get
Set
public:
property TProperty Reference {
TProperty get ();
void set (TProperty value);
}member Reference : 'TProperty with get, set
Property Value
Type:
TPropertyThe reference.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2
See Also