ChatMessageRevision.RevisionNumber | revisionNumber property

Applies to Windows and Windows Phone

This API is not available to all Windows/Windows Phone apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

Syntax

var revisionNumber = chatMessageRevision.revisionNumber;
public int RevisionNumber { get; }
Public ReadOnly Property RevisionNumber As Integer
public:
property int RevisionNumber { 
   int get();
}

Property value

Type: Number [JavaScript] | System.Int32 [.NET] | int32 [C++]

The revision number.

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

Windows Server 2012 R2

Minimum supported phone

Windows Phone 8.1

Namespace

Windows.ApplicationModel.Chat Windows::ApplicationModel::Chat [C++]

Metadata

Windows.winmd

See also

ChatMessageRevision