MessageRequest.International 属性

Gets or sets the client localization information.

命名空间:  Microsoft.MasterDataServices.Services.MessageContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<MessageHeaderAttribute(MustUnderstand := True, Relay := True, Namespace := "http://www.w3.org/2005/09/ws-i18n")> _
Public Property International As International 
    Get 
    Set
用法
Dim instance As MessageRequest 
Dim value As International 

value = instance.International

instance.International = value
[MessageHeaderAttribute(MustUnderstand = true, Relay = true, Namespace = "http://www.w3.org/2005/09/ws-i18n")]
public International International { get; set; }
[MessageHeaderAttribute(MustUnderstand = true, Relay = true, Namespace = L"http://www.w3.org/2005/09/ws-i18n")]
public:
property International^ International {
    International^ get ();
    void set (International^ value);
}
[<MessageHeaderAttribute(MustUnderstand = true, Relay = true, Namespace = "http://www.w3.org/2005/09/ws-i18n")>]
member International : International with get, set
function get International () : International 
function set International (value : International)

属性值

类型:Microsoft.MasterDataServices.Services.DataContracts.International
The client localization information.

请参阅

参考

MessageRequest 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间