PropertySet.ItemByPropId Property
Parent Object: PropertySetDescription
Gets the Property in this set by its PropId.
Syntax
PropertySet.ItemByPropId( PropId As Long ) As PropertyProperty Value
This is a read only property whose value is a Property.Parameters
Name | Type | Description |
PropId | Long | Input Long that specifies the PropertyID of the Property to get from the set. Valid PropIds are 2 through 254 and 256 through 0x80000000. Other values are reserved. |