7 references to PropertyName
System.ServiceModel (7)
System\ServiceModel\Channels\TransactionFlowProperty.cs (7)
47
if (message.Properties.ContainsKey(
PropertyName
))
48
return message.Properties[
PropertyName
] as TransactionMessageProperty;
55
if (!message.Properties.ContainsKey(
PropertyName
))
58
return ((TransactionMessageProperty)message.Properties[
PropertyName
]).Transaction;
64
if (message.Properties.ContainsKey(
PropertyName
))
77
message.Properties.Add(
PropertyName
, property);
84
message.Properties.Add(
PropertyName
, property);