BuildWarningEventArgs.Code Property

Definition

Code associated with event.

public:
 property System::String ^ Code { System::String ^ get(); };
public string Code { get; }
public string Code { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Code : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Code : string
Public ReadOnly Property Code As String

Property Value

The warning code of the event.

Attributes

Applies to