Gets a value indicating whether this custom profile is in legacy mode.

Namespace: ININ.IceLib.Connection.Extensions
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public bool IsInLegacyMode { get; private set; }
Visual Basic
Public Property IsInLegacyMode As Boolean
	Get
	Private Set

Field Value

trueTruetruetrue (True in Visual Basic) if this custom profile is legacy mode; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

Custom profile instances that are in legacy mode save profile information in a single file. To use per-application custom profile settings to save profile information, use GetApplicationCustomProfile(CustomProfileParameters) or GetOtherApplicationCustomProfile(Session, String). When using these methods to create a custom profile, the connected Session's ApplicationProfileName needs to be set.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.

See Also