NetworkSemaphoreSemaphoreName Property |
Gets the name of the open semaphore file. Returns an empty string if no semaphore file is open.
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic string SemaphoreName { get; }
Public ReadOnly Property SemaphoreName As String
Get
public:
property String^ SemaphoreName {
String^ get ();
}
Property Value
Type:
String
See Also