ICodeManagerSetCustomerCodeName Method |
[This is preliminary documentation and is subject to change.]
Sets the name for a specific customer code type
Namespace: Netadmin.Management.CustomerAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid SetCustomerCodeName(
CodeType customerCodeType,
string name
)
Sub SetCustomerCodeName (
customerCodeType As CodeType,
name As String
)
Parameters
- customerCodeType
- Type: Netadmin.Management.Customer.DtoCodeType
The code for which the name should be set - name
- Type: SystemString
The name to set for the code
See Also