BaseFolderType.ChildFolderCountSpecified Property

Definition

The ChildFolderCountSpecified property gets a Boolean value that specifies whether the ChildFolderCount property is serialized into the SOAP request.

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

Property Value

The ChildFolderCountSpecified property returns a value of true if the ChildFolderCount is serialized into the SOAP request; otherwise, the property returns false.

Applies to