NicIdentifier Constructor (String, String) |
Creates a new
NicIdentifier object, initialized with the name and value.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic NicIdentifier(
string name,
string value
)
Public Sub New (
name As String,
value As String
)
public:
NicIdentifier(
String^ name,
String^ value
)
Parameters
- name
- Type: SystemString
The name of the NicIdentifier object. - value
- Type: SystemString
The MAC Address/Physical Address of the Network Interface Card (NIC).
See Also