3 writes to relationshipType
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationLink.cs (3)
40
this.
relationshipType
= relationshipType;
58
this.
relationshipType
= source.relationshipType;
103
set {
relationshipType
= value; }
2 references to relationshipType
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationLink.cs (2)
58
this.relationshipType = source.
relationshipType
;
102
get { return
relationshipType
; }