LogsQueryOptions.AdditionalWorkspaces Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of additional workspaces names to include in the query.
Although this collection cannot be set, it can be modified. See Object initializers with collection read-only property initialization.
public System.Collections.Generic.IList<string> AdditionalWorkspaces { get; }
member this.AdditionalWorkspaces : System.Collections.Generic.IList<string>
Public ReadOnly Property AdditionalWorkspaces As IList(Of String)