OnlinePicture.ContentUrl property

Gets or sets the url of the online picture.

Syntax

public Uri ContentUrl { get; set; }
Public Property ContentUrl As Uri
public:
property Uri^ ContentUrl { 
   Uri^ get();
   void set (Uri^ value);
}

Property value

Type: System.Uri [.NET] | Windows::Foundation::Uri [C++]

The url of the online picture.

Remarks

This property is optional. If the RequiresAuthentication property of the OnlinePictureAlbum associated with the picture is set to false, the system will automatically download the image using the url specified with this property. This means that your app does not need to manually download the image. If RequiresAuthentication is set to true, this property is ignored by the system.

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.SocialInformation.OnlineMedia Windows::Phone::SocialInformation::OnlineMedia [C++]

Metadata

Windows.WinMD

See also

OnlinePicture