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