Category.Subtype Property

Definition

Subtype of this Category. Is either Grid (default) or CommandLine.

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

Property Value

Attributes

Remarks

It helps the UI display this category in an appropriate form. E.g. non command line category properties are normally displayed in the form of a property grid.

Applies to