UserNameIdentifier Constructor (String) |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic UserNameIdentifier(
string value
)
Public Sub New (
value As String
)
public:
UserNameIdentifier(
String^ value
)
Parameters
- value
- Type: SystemString
The username of the user running the application when the identifier was created.
See Also