| DownloadDirectoryOptionsDelimiter Property  | 
 
            Gets or sets a char that indicates the delimiter character used to delimit virtual directories in a blob name.
            
 
    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 char Delimiter { get; set; }Public Property Delimiter As Char
	Get
	Set
public:
property wchar_t Delimiter {
	wchar_t get ();
	void set (wchar_t value);
}member Delimiter : char with get, set
Property Value
Type: 
Char See Also
See Also