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