TfsDequeueContext.Message Property
Gets the message associated with this context.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property Message As Message
public Message Message { get; private set; }
public:
property Message^ Message {
Message^ get ();
private: void set (Message^ value);
}
member Message : Message with get, private set
function get Message () : Message
private function set Message (value : Message)
Property Value
Type: System.ServiceModel.Channels.Message
Returns Message.
.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.