RemoteSessionValidationIsRemoteSession Property |
Gets whether the protected application is running in a remote session. (This property should only be referenced after calling the
Validate method once.)
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool IsRemoteSession { get; }
Public ReadOnly Property IsRemoteSession As Boolean
Get
public:
property bool IsRemoteSession {
bool get ();
}
Property Value
Type:
Boolean
See Also