TaxOffice Property

Gets or sets the tax office.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property TaxOffice As String
    Get
    Set
'Usage
Dim instance As CustomerData
Dim value As String

value = instance.TaxOffice

instance.TaxOffice = value
[DataMemberAttribute]
public string TaxOffice { get; set; }
[DataMemberAttribute]
public:
property String^ TaxOffice {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
The tax office.

See Also

Reference

CustomerData Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace