Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Checks if a table name is valid.

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

Syntax

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

Parameters

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

A string representing the table name to validate.

Return to top