BaseProperty.Subcategory Property

Definition

The sub category to which this property belongs to.

public:
 property System::String ^ Subcategory { System::String ^ get(); void set(System::String ^ value); };
public string Subcategory { get; set; }
public string Subcategory { [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.Subcategory : 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.Subcategory : string with get, set
Public Property Subcategory As String

Property Value

The subcategory this property belongs to.

Attributes

Applies to