You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > Address Class > Address Methods > Edit Method > Address.Edit Method (string, object)
Address.Edit Method (string, object)
Close
Ofcas.Lk.Api.Client - Version 3.0
Address.Edit Method (string, object)

Edits an address based on a key and a value.

Syntax
C#
public AddressInfo Edit(string key, object value);
Parameters
Description
string key
The key of the value to be edited. See WellKnownEditKeys.Address for all available edit keys.
object value
The value to be set.

Returns an info object of the edited address.

Copyright © 2020. All rights reserved.