ComputerNameIdentifier Constructor (String) |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic ComputerNameIdentifier(
string value
)
Public Sub New (
value As String
)
public:
ComputerNameIdentifier(
String^ value
)
Parameters
- value
- Type: SystemString
The computer's name.
See Also