StringListProperty.Subtype Property

Definition

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

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

The property subtype.

Attributes

Remarks

Similar to the Subtype property.

Applies to