| CopyDirectoryOptionsPreserveSMBPermissions Property  | 
 
            Gets or sets a flag that indicates whether to preserve SMB permissions during copying.
            This flag only takes effect when copying from Azure File Service to Azure File Service.
            
 
    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 PreserveSMBPermissions { get; set; }Public Property PreserveSMBPermissions As Boolean
	Get
	Set
public:
property bool PreserveSMBPermissions {
	bool get ();
	void set (bool value);
}member PreserveSMBPermissions : bool with get, set
Property Value
Type: 
Boolean See Also
See Also