Share

PropertySets.PropertySetExists Method

Parent Object: PropertySets

Description

Function that returns a Boolean to indicate whether a PropertySet with the specified name exists in the PropertySets collection.

Syntax

PropertySets.PropertySetExists( PropertySetName As String, [PropertySet] As Variant ) As Boolean

Parameters

Name Type Description
PropertySetName String Input string value that indicating the property set name. This can be the display name or internal name.
PropertySet Variant Optional output the property set if found with the specified name, otherwise this will return Nothing.

This is an optional argument whose default value is null.

Version

Introduced in version 2013

Was this information helpful?