DiscussionThread.Revision Property
Revision is incremented on the server every time a discussion is published.
However, a publish call will not update the revision of the client discussion.
The client revision only is updated when the client polls for updates.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Revision As Integer
public int Revision { get; }
public:
property int Revision {
int get ();
}
member Revision : int with get
function get Revision () : int
Property Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.