_ContactItem.BusinessAddressCountry 属性

定义

返回或设置 C# 中的 字符串 (字符串 ,) 表示联系人业务地址的国家/地区代码部分。 读/写。

public:
 property System::String ^ BusinessAddressCountry { System::String ^ get(); void set(System::String ^ value); };
public string BusinessAddressCountry { get; set; }
Public Property BusinessAddressCountry As String

属性值

注解

此属性是从 属性进行分析的 BusinessAddress ,但如果分析不正确,可以单独更改或输入此属性。 请注意,覆盖任何此类更改或输入此属性的任何后续更改或输入 BusinessAddress 属性。

适用于