Identifier Property

An identifier for this tax provider

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

Syntax

'Declaration
ReadOnly Property Identifier As String
    Get
'Usage
Dim instance As ITaxProviderV1
Dim value As String

value = instance.Identifier
string Identifier { get; }
property String^ Identifier {
    String^ get ();
}

Property Value

Type: System.String
Returns String.

See Also

Reference

ITaxProviderV1 Interface

Microsoft.Dynamics.Commerce.Runtime.Services Namespace