ImageSample Constructor (String)

 

Initializes a new instance of the ImageSample class.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Description.Samples
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public ImageSample(
	string src
)

Parameters

src
Type: System.String

The absolute URI of an image.

Return to top
Show: