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