BuildWarningEventArgs.Code 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.
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