EffectiveRightsType.CreateHierarchy Property
The CreateHierarchy property gets or sets a Boolean value that indicates whether a client can create a hierarchy table.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CreateHierarchy As Boolean
Get
Set
'Usage
Dim instance As EffectiveRightsType
Dim value As Boolean
value = instance.CreateHierarchy
instance.CreateHierarchy = value
public bool CreateHierarchy { get; set; }
Property Value
Type: System.Boolean
The CreateHierarchy property returns true if the client can create a hierarchy table; otherwise, the property returns false.
Remarks
The CreateHierarchy property is only used on folder objects.
See Also