Properties.Add

This function adds a new property to the property collection with specified name/value.

Syntax Parameters Return Value
Sub Properties.Add( _
    PropertyName As String, _
    Value As Variant)
  • PropertyName [in]

Type: String

  • Value [in]

Type: Variant

This function does not return a value.