MessageInformationRecipient Property |
[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.MessageInformation.Recipient"]
Namespace: WorkZone.Dispatcher.BaseAssembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic 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
Property Value
Contact
See Also