Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Returns a connection string for the storage account, optionally with sensitive data.

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

Syntax

 
public string ToString(
	bool exportSecrets
)
 
public:
String^ ToString(
	bool exportSecrets
)
 
member ToString : 
        exportSecrets:bool -> string
 
Public Function ToString (
	exportSecrets As Boolean
) As String

Parameters

exportSecrets
Type: System.BooleanSystem::BooleanSystem.BooleanSystem.Boolean

True to include sensitive data in the string; otherwise, false.

Return Value

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

A connection string.

Return to top