Share via


Dictionary.Licensecodename2id(String) Method

Definition

Provides the ID for a specified license code, based on the license code name.

public:
 virtual int Licensecodename2id(System::String ^ _name);
public virtual int Licensecodename2id (string _name);
abstract member Licensecodename2id : string -> int
override this.Licensecodename2id : string -> int
Public Overridable Function Licensecodename2id (_name As String) As Integer

Parameters

_name
String

A string that indicates the license code name.

Returns

A licenseCodeId system data type value that indicates the license code ID; 0 (zero) if you pass a name value for a nonexistent license code.

Applies to