EffectiveRightsType.CreateAssociated Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The CreateAssociated property gets or sets a Boolean value that indicates whether the client can create an associated contents table.
public:
property bool CreateAssociated { bool get(); void set(bool value); };
public bool CreateAssociated { get; set; }
Public Property CreateAssociated As Boolean
Property Value
The CreateAssociated property returns true if the client can create an associated contents table for a folder; otherwise, the property returns false.
Remarks
The CreateAssociated property is only used on folder objects.