BaseFolderType.EffectiveRights 属性

定义

属性 EffectiveRights 获取一个 EffectiveRightsType 对象,该对象表示当前登录用户可以对文件夹执行的作。 此属性是只读的。

public:
 property ExchangeWebServices::EffectiveRightsType ^ EffectiveRights { ExchangeWebServices::EffectiveRightsType ^ get(); void set(ExchangeWebServices::EffectiveRightsType ^ value); };
public ExchangeWebServices.EffectiveRightsType EffectiveRights { get; set; }
Public Property EffectiveRights As EffectiveRightsType

属性值

EffectiveRights 属性返回一个 EffectiveRightsType 对象,该对象表示当前登录用户可以对文件夹执行的作。

适用于