Click or drag to resize
ICodeManagerSetSubscriptionCodeName Method

[This is preliminary documentation and is subject to change.]

Sets the name for a specific subscription code type

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void SetSubscriptionCodeName(
	SubscriptionCodeType subcriptionCodeType,
	string name
)

Parameters

subcriptionCodeType
Type: Netadmin.Management.Customer.DtoSubscriptionCodeType
The code for which the name should be set
name
Type: SystemString
The name to set for the code
See Also