Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Checks if a share name is valid.

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

Syntax

 
public static void ValidateShareName(
	string shareName
)
 
public:
static void ValidateShareName(
	String^ shareName
)
 
static member ValidateShareName : 
        shareName:string -> unit
 
Public Shared Sub ValidateShareName (
	shareName As String
)

Parameters

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

A string representing the share name to validate.

Return to top