NetworkNameIdentifierAlgorithm Constructor |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic NetworkNameIdentifierAlgorithm(
string networkPath
)
Public Sub New (
networkPath As String
)
public:
NetworkNameIdentifierAlgorithm(
String^ networkPath
)
Parameters
- networkPath
- Type: SystemString
The absolute path to a network location. Use a UNC-formatted path or a path which uses a mapped drive letter.
See Also