TfsDequeueContext.MessageId Property
Gets the unique sequence identifier for this message.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property MessageId As Long
public long MessageId { get; private set; }
public:
property long long MessageId {
long long get ();
private: void set (long long value);
}
member MessageId : int64 with get, private set
function get MessageId () : long
private function set MessageId (value : long)
Property Value
Type: System.Int64
Returns Int64.
.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.