diff options
Diffstat (limited to 'cpp/bindings/qpid/dotnet/examples/csharp.map.sender/csharp.map.sender.cs')
| -rw-r--r-- | cpp/bindings/qpid/dotnet/examples/csharp.map.sender/csharp.map.sender.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.map.sender/csharp.map.sender.cs b/cpp/bindings/qpid/dotnet/examples/csharp.map.sender/csharp.map.sender.cs index 55172262fe..0763b7455e 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.map.sender/csharp.map.sender.cs +++ b/cpp/bindings/qpid/dotnet/examples/csharp.map.sender/csharp.map.sender.cs @@ -113,6 +113,9 @@ namespace Org.Apache.Qpid.Messaging.examples Double myDouble = 13.13;
content["myDouble"] = myDouble;
+ Guid myGuid = new Guid("000102030405060708090a0b0c0d0e0f");
+ content["myGuid"] = myGuid;
+
//
// Construct a message with the map content and send it synchronously
// via the sender.
|
