ManagedFolderInformationType.CanRenameOrMoveSpecified Property

Definition

The CanRenameOrMoveSpecified property gets a Boolean value that specifies whether the CanRenameOrMove property was returned in the SOAP response.

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

Property Value

The CanRenameOrMoveSpecified property returns true if the CanRenameOrMove property was serialized into SOAP response; otherwise, the property returns false.

Applies to