summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client/Client/AMQDestination.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/Qpid.Client/Client/AMQDestination.cs')
-rw-r--r--dotnet/Qpid.Client/Client/AMQDestination.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotnet/Qpid.Client/Client/AMQDestination.cs b/dotnet/Qpid.Client/Client/AMQDestination.cs
index 7ea6db4ee8..e2c4778a28 100644
--- a/dotnet/Qpid.Client/Client/AMQDestination.cs
+++ b/dotnet/Qpid.Client/Client/AMQDestination.cs
@@ -33,6 +33,7 @@ namespace Qpid.Client
public bool IsDurable
{
+
get { return _isDurable; }
}