GlobalProfileIsPortableVersion Property
Note: This API is now obsolete.
Determines whether the current program instance is a Portable version or not.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
[ObsoleteAttribute("Use SessionProfile.AppEnv.IsPortableVersion instead.")]
public static bool IsPortableVersion { get; }
<ObsoleteAttribute("Use SessionProfile.AppEnv.IsPortableVersion instead.")>
Public Shared ReadOnly Property IsPortableVersion As Boolean
Get
public:
[ObsoleteAttribute(L"Use SessionProfile.AppEnv.IsPortableVersion instead.")]
static property bool IsPortableVersion {
bool get ();
}
[<ObsoleteAttribute("Use SessionProfile.AppEnv.IsPortableVersion instead.")>]
static member IsPortableVersion : bool with get
Property Value
Boolean