RemoteSessionValidationType Property |
Gets the type of remote session on which the protected application is running. (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 RemoteSessionValidationRemoteSessionTypes Type { get; }
Public ReadOnly Property Type As RemoteSessionValidationRemoteSessionTypes
Get
public:
property RemoteSessionValidationRemoteSessionTypes Type {
RemoteSessionValidationRemoteSessionTypes get ();
}
Property Value
Type:
RemoteSessionValidationRemoteSessionTypes
See Also