[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.MetaData.CaseIdentifier.PartyAddressKey"]
public string PartyAddressKey { get; set; }
Public Property PartyAddressKey As String
Get
Set
public:
property String^ PartyAddressKey {
String^ get ();
void set (String^ value);
}
member PartyAddressKey : string with get, set