BasePermissionType.CanCreateItemsSpecified Property
The CanCreateItemsSpecified property gets or sets a Boolean value that specifies whether the CanCreateItems propert is serialized into the SOAP message. This property is required if the CanCreateItems property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CanCreateItemsSpecified As Boolean
Get
Set
'Usage
Dim instance As BasePermissionType
Dim value As Boolean
value = instance.CanCreateItemsSpecified
instance.CanCreateItemsSpecified = value
public bool CanCreateItemsSpecified { get; set; }
Property Value
Type: System.Boolean
The CanCreateItemsSpecified property returns true if the CanCreateItems property is serialized into the SOAP request; otherwise, the property returns false.
See Also