Gets a value indicating whether this profile item is stored with a plain text value.

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 IsPlainTextValue { get; }
Visual Basic
Public ReadOnly Property IsPlainTextValue As Boolean
	Get

Field Value

trueTruetruetrue (True in Visual Basic) if this profile item is stored with a plain text value; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

Profile items that are saved with a plain text value means that the Value object property can be safely casted to a String. This is controlled by using the SetProfileItem(String, String, Object) method (in which case, this value would be falseFalsefalsefalse (False in Visual Basic)) or with the SetProfileItem(String, String, String) method (in which case this value would be trueTruetruetrue (True in Visual Basic).

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