Share via


StringProperty.Subtype Property

Definition

Qualifies this string property to give it a more specific classification.

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; }

Property Value

The subtype.

Attributes

Examples

The value of this property can be set to, say, "File", "Folder", "CarModel" etc. to specify if this is a file path, folder path, car model name etc.

Remarks

The value this field is set to, must be understood by the consumer of this field (normally a UI renderer).

Applies to