.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


ValueString property
Example

Read-Write. The value that an item holds.

Defined in

Item

Data type

String

Syntax

public String getValueString()
   throws NotesException

public void setValueString(String value)
   throws NotesException

Usage

If the item has no value or the value is numeric or date-time, this method returns an empty string.

This method returns a rich-text item rendered to plain text. Formatting and embedded objects are lost.

If the item has multiple values, this method returns the first value.

Example
See Also