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