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