3 references to Properties
System.ServiceModel (3)
System\ServiceModel\Description\MessageDescription.cs (3)
49
foreach (MessagePropertyDescription mpd in other.Items.
Properties
)
51
this.Items.
Properties
.Add(mpd.Clone() as MessagePropertyDescription);
88
get { return Items.
Properties
; }