Properties.Get

This property returns the name and value of a property when passed the index.

Syntax Parameters Return Value
Sub Properties.Get( _
    Index As Integer, _
    ByRef Name As String, _
    ByRef Value As Variant)
  • Index [in]

Type: Integer

  • Name [out]

Type: String

  • Value [out]

Type: Variant

This function does not return a value.