Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the default delimiter that may be used to create a virtual directory structure of blobs.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public string DefaultDelimiter { get; set; }
 
public:
property String^ DefaultDelimiter {
	String^ get();
	void set(String^ value);
}
 
member DefaultDelimiter : string with get, set
 
Public Property DefaultDelimiter As String

Property Value

Type: System.StringSystem::String^System.StringSystem.String

A string containing the default delimiter for the Blob service.

Return to top