International Class

Definition

Data contract for the international message header.

public ref class International : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="International", Namespace="http://www.w3.org/2005/09/ws-i18n")]
public class International : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="International", Namespace="http://www.w3.org/2005/09/ws-i18n")>]
type International = class
    inherit DataContractBase
Public Class International
Inherits DataContractBase
Inheritance
International
Attributes

Remarks

The International specifies the data contract for the international message headeras.

Constructors

International()

Initializes a new instance of the International class.

Properties

Locale

Specifies the locale name.

Tz

Specifies the time zone.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to