GlobalProfileIsPortableVersion Property

Note: This API is now obsolete.
Determines whether the current program instance is a Portable version or not.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
[ObsoleteAttribute("Use SessionProfile.AppEnv.IsPortableVersion instead.")]
public static bool IsPortableVersion { get; }

Property Value

Boolean

See Also