Write / Read
About Cal Sets

Description Property


Description

Sets or returns the descriptive string assigned to the Cal Set. Change this string so that you can easily identify each Cal Set constructed.

VB Syntax

CalSet.Description = value

Variable

(Type) - Description

CalSet

(object) -  A Cal Set object

value

(string) – Description of the Cal Set

Return Type

String

Default

 “CalSet_n” where n is an integer number.

Examples

CalSet.Description = "My Cal Set" 'Write
desc = CalSet.Description 'Read

C++ Syntax

HRESULT get_Description(BSTR *pVal)

HRESULT put_Description(BSTR newVal);

Interface

ICalSet


Last modified:

Dec.12, 2006

MX New topic