ConnectTileImage.ImageUrl property

Gets or sets the URL source of the Connect tile image.

Syntax

public string ImageUrl { get; set; }
Public Property ImageUrl As String
public:
property String^ ImageUrl { 
   String^ get();
   void set (String^ value);
}

Property value

Type: System.String [.NET] | Platform::String [C++]

The URL source of the Connect tile image, as a string.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.PersonalInformation Windows::Phone::PersonalInformation [C++]

Metadata

Windows.WinMD

See also

ConnectTileImage