BuildWarningEventArgs.Subcategory 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.
The custom sub-type of the event.
public:
property System::String ^ Subcategory { System::String ^ get(); };
public string Subcategory { get; }
public string Subcategory { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Subcategory : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Subcategory : string
Public ReadOnly Property Subcategory As String
Property Value
The custom subcategory of the event.
- Attributes