ICodeManagerSetSubscriptionCodeName Method |
[This is preliminary documentation and is subject to change.]
Sets the name for a specific subscription code type
Namespace: Netadmin.Management.CustomerAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid SetSubscriptionCodeName(
SubscriptionCodeType subcriptionCodeType,
string name
)
Sub SetSubscriptionCodeName (
subcriptionCodeType As SubscriptionCodeType,
name As String
)
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