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