NetworkSemaphoreSemaphorePrefix Property |
Gets or sets the prefix used when creating semaphore files.
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic string SemaphorePrefix { get; set; }
Public Property SemaphorePrefix As String
Get
Set
public:
property String^ SemaphorePrefix {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also