_ExchangeUser.Type 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 C# 中的 字符串 (字符串 ,) 表示 的 ExchangeUser条目类型。 读/写。
public:
property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
public string Type { get; set; }
Public Property Type As String
属性值
注解
ExchangeUser 对象派生自 对象AddressEntry。 它从 AddressEntry 对象继承的 类型 属性。 对于 ExchangeUser ,类型始终是"EX"字符串。