EffectiveRightsType.CreateAssociated 属性

定义

属性 CreateAssociated 获取或设置一个布尔值,该值指示客户端是否可以创建关联的内容表。

public:
 property bool CreateAssociated { bool get(); void set(bool value); };
public bool CreateAssociated { get; set; }
Public Property CreateAssociated As Boolean

属性值

如果客户端可以为文件夹创建关联的内容表,则 CreateAssociated 属性返回 true ;否则,该属性返回 false

注解

属性 CreateAssociated 仅用于文件夹对象。

适用于