Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Converts the services specified for the shared access policy to a string.

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

Syntax

 
public static string ServicesToString(
	SharedAccessAccountServices services
)
 
public:
static String^ ServicesToString(
	SharedAccessAccountServices services
)
 
static member ServicesToString : 
        services:SharedAccessAccountServices -> string
 
Public Shared Function ServicesToString (
	services As SharedAccessAccountServices
) As String

Return Value

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

The shared access services in string format.

Return to top