Write / Read |
About Cal Sets |
Description |
Sets or returns the Name of the Cal Set. |
VB Syntax |
CalSet.Name = value |
Variable |
(Type) - Description |
CalSet |
(object) - A Cal Set object |
value |
(string) - Name of the Cal Set. |
Return Type |
String |
Default |
Not Applicable |
Examples |
Dim pna |
C++ Syntax |
HRESULT get_Name(BSTR *name) HRESULT put_Name(BSTR name); |
Interface |
ICalSet4 |