| DirectoryOptionsRecursive Property  | 
 
            Gets or sets a boolean that indicates whether to include subdirectories when doing a directory transfer operation.
            
 
    Namespace: 
   Microsoft.Azure.Storage.DataMovement
    Assembly:
   Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
 Syntax
Syntaxpublic bool Recursive { get; set; }Public Property Recursive As Boolean
	Get
	Set
public:
property bool Recursive {
	bool get ();
	void set (bool value);
}member Recursive : bool with get, set
Property Value
Type: 
Boolean See Also
See Also