Share via


ManagementPackProperty.CaseSensitive Property

Definition

Gets or sets a value that indicates whether a case-sensitive state is set.

Only valid for string properties.

public:
 property bool CaseSensitive { bool get(); void set(bool value); };
public bool CaseSensitive { get; set; }
member this.CaseSensitive : bool with get, set
Public Property CaseSensitive As Boolean

Property Value

true if a case-sensitive state is set; otherwise, false.

Applies to