PositionSelectOptionTransferFunctionDatasource Property |
The name of either a TextOption or of a MultipleChoiceOptions to get the name of the transfer function from
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string TransferFunctionDatasource { get; set; }
Public Property TransferFunctionDatasource As String
Get
Set
Dim instance As PositionSelectOption
Dim value As String
value = instance.TransferFunctionDatasource
instance.TransferFunctionDatasource = value
Property Value
StringRemarks Leave empty if a fixed transfer function from the TransferFunction property should be used
See Also