Open sandboxFocus

Method WithIntrospectionOptions

WithIntrospectionOptions(IntrospectionOptions)

Modifies the IntrospectionOptions of the current workspace, and returns the current workspace.

Declaration
public Workspace WithIntrospectionOptions(IntrospectionOptions options)
Parameters
Type Name Description
IntrospectionOptions options

The new introspection options to apply.

Returns
Type Description
Workspace

The current workspace instance with modified options.

See Also