BaseFolderType.ChildFolderCountSpecified 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 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.