SourceMetadata.Deconstruct Method
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.
Deconstructs this instance for tuple deconstruction support.
public void Deconstruct(out string? id, out string? name, out Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Role? role, out string? description);
member this.Deconstruct : string * string * Nullable * string -> unit
Public Sub Deconstruct (ByRef id As String, ByRef name As String, ByRef role As Nullable(Of Role), ByRef description As String)
Parameters
- id
- String
Receives the source identifier.
- name
- String
Receives the source name.
- description
- String
Receives the description.