1 write to property
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
20
this.
property
= new MsmqIntegrationMessageProperty();
31 references to property
System.ServiceModel (31)
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (31)
21
this.
property
.Body = body;
29
get { return (T)this.
property
.Body; }
34
this.
property
.Body = value;
40
get { return this.
property
.AcknowledgeType; }
41
set { this.
property
.AcknowledgeType = value; }
46
get { return this.
property
.Acknowledgment; }
51
get { return this.
property
.AdministrationQueue; }
52
set { this.
property
.AdministrationQueue = value; }
57
get { return this.
property
.AppSpecific; }
58
set { this.
property
.AppSpecific = value; }
63
get { return this.
property
.ArrivedTime; }
68
get { return this.
property
.Authenticated; }
73
get { return this.
property
.BodyType; }
74
set { this.
property
.BodyType = value; }
79
get { return this.
property
.CorrelationId; }
80
set { this.
property
.CorrelationId = value; }
85
get { return this.
property
.DestinationQueue; }
90
get { return this.
property
.Extension; }
91
set { this.
property
.Extension = value; }
96
get { return this.
property
.Id; }
101
get { return this.
property
.Label; }
102
set { this.
property
.Label = value; }
107
get { return this.
property
.MessageType; }
112
get { return this.
property
.Priority; }
113
set { this.
property
.Priority = value; }
118
get { return this.
property
.ResponseQueue; }
119
set { this.
property
.ResponseQueue = value; }
124
get { return this.
property
.SenderId; }
129
get { return this.
property
.SentTime; }
134
get { return this.
property
.TimeToReachQueue; }
135
set { this.
property
.TimeToReachQueue = value; }