GetProperty

The GetProperty method retrieves the value of a specified property.

Applies To

Schedule and all Item objects

Syntax

objContact.GetProperty (Arg1)

Parameters

Arg1
Specifies the name of the property to get.

Returns

Variant

Remarks

The GetProperty method is not supported for table or multivalued properties. From Visual Basic version 3.0 or earlier, this method also provides quicker data access than the GetProperties method. For example:

Dim x As Variant
x = ObjContact.GetPropety ("FirstName")
Debug.Print x

See Also

GetProperties