With keyword Runs a series of statements in a With.End With statement, or indicates the declaration for an object initializer ...

With keyword
Runs a series of statements in a With...End With statement, or indicates the declaration for an object initializer or an anonymous type.
With ...End With  -or-
Dim  As New With {. = [, ...]}  -or-
Dim  As New  With {. = [, ...]}