Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Returns a connection string for this storage account, without sensitive data.

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

Syntax

 
public override string ToString()
 
public:
virtual String^ ToString() override
 
override ToString : unit -> string
 
Public Overrides Function ToString As String

Return Value

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

A connection string.

Return to top