OnlinePictureAlbum.VersionStamp property

Gets or sets a string representing a version number for the online picture album used to enable apps to sync only new or changed items.

Syntax

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

Property value

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

A string representing a version number for the online picture album

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

OnlinePictureAlbum