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