_ExchangeUser.Type 属性

定义

返回 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"字符串。

适用于