BaseFolderType.ChildFolderCountSpecified Property
The ChildFolderCountSpecified property gets a Boolean value that specifies whether the ChildFolderCount property is serialized into the SOAP request.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ChildFolderCountSpecified As Boolean
Get
Set
'Usage
Dim instance As BaseFolderType
Dim value As Boolean
value = instance.ChildFolderCountSpecified
instance.ChildFolderCountSpecified = value
public bool ChildFolderCountSpecified { get; set; }
Property Value
Type: System.Boolean
The ChildFolderCountSpecified property returns a value of true if the ChildFolderCount is serialized into the SOAP request; otherwise, the property returns false.
See Also