NetworkSemaphoreSemaphorePath Property |
Gets or sets the absolute path of the directory used to house the semaphore files.
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic string SemaphorePath { get; set; }
Public Property SemaphorePath As String
Get
Set
public:
property String^ SemaphorePath {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also