SupportedTaxBasis Property

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services (in Microsoft.Dynamics.Commerce.Runtime.Services.dll)

Syntax

'Declaration
Public ReadOnly Property SupportedTaxBasis As Boolean
    Get
'Usage
Dim instance As Formula
Dim value As Boolean

value = instance.SupportedTaxBasis
public bool SupportedTaxBasis { get; }
public:
property bool SupportedTaxBasis {
    bool get ();
}

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

Formula Class

Microsoft.Dynamics.Commerce.Runtime.Services Namespace