SelectionCondition.Params

This property returns the parameters for usage.

This property is read only.

Syntax Parameters Return Value
ReadOnly Property SelectionCondition.Params( _
    ForRecording As Boolean, _
    ByRef IncludeList As String, _
    ByRef IncludeExpression As String, _
    ByRef ExcludeList As String, _
    ByRef ExcludeExpression As String) As Boolean
  • ForRecording [in]

Type: Boolean

  • IncludeList [out]

Type: String

  • IncludeExpression [out]

Type: String

  • ExcludeList [out]

Type: String

  • ExcludeExpression [out]

Type: String

Boolean