| MappingGetOptionValue Method |
Namespace:
Dynamicweb.DataIntegration.Integration
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax public Nullable<bool> GetOptionValue(
string option
)
Public Function GetOptionValue (
option As String
) As Nullable(Of Boolean)
Parameters
- option
- Type: SystemString
Return Value
Type:
NullableBooleanSee Also