BaseProperty.Category Property

Definition

The name of the category to which this property belongs to.

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

Property Value

The name of the category to which this property belongs.

Attributes

Remarks

If the value of this field does not correspond to the Name property of a Category element defined in the containing Rule, a default Category with this name is auto-generated and added to the containing Rule class.

This field is optional and is culture invariant.

When this field is not specified, this property is added to a auto-generated category called General (localized). This field cannot be set to the empty string.

Applies to