Share via


ProjectIdentifier.Context Property

Definition

Gets the context in which the diagnostic was generated (e.g. win32, macOS).

public:
 property System::String ^ Context { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public string? Context { get; }
[System.Runtime.Serialization.DataMember(Order=1)]
public string? Context { [System.Runtime.CompilerServices.IsReadOnly] get; init; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.Context : string
[<System.Runtime.Serialization.DataMember(Order=1)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Context : string with get, set
Public ReadOnly Property Context As String
Public Property Context As String

Property Value

Attributes

Applies to