[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.MessageInformation.Recipient"]
public Contact Recipient { get; set; }
Public Property Recipient As Contact
Get
Set
public:
property Contact^ Recipient {
Contact^ get ();
void set (Contact^ value);
}
member Recipient : Contact with get, set