International 속성
Gets or sets a value indicating whether to use client localization information.
네임스페이스: Microsoft.MasterDataServices.Services.MessageContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.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
true to use client localization information; otherwise, false.