Read-only |
About Cal Sets |
Description |
Returns the properties of the calset. See the Calset Properties page. |
VB Syntax |
value = calSet.Properties |
Variable |
(Type) - Description |
calSet |
A CalSet (object) |
Return Type |
String |
Default |
Not Applicable |
Examples |
Set app = CreateObject("AgilentPNA835x.Application") Set calset = app.GetCalManager.CalSets.Item(2) props = CalSet.Properties Msgbox (props) |
C++ Syntax |
HRESULT get_Properties (BSTR* vals); |
Interface |
ICalSet8 |