Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileClient.GetShareReference Method (String) (Microsoft.WindowsAzure.Storage.File)

Returns a reference to a CloudFileShare object with the specified name.

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

Syntax

 
public CloudFileShare GetShareReference(
	string shareName
)
 
public:
CloudFileShare^ GetShareReference(
	String^ shareName
)
 
member GetShareReference : 
        shareName:string -> CloudFileShare
 
Public Function GetShareReference (
	shareName As String
) As CloudFileShare

Parameters

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

A string containing the name of the share.

Return to top