Class StringComparisonConditionProperties
Represents the properties for string comparison visibility conditions.
public sealed class StringComparisonConditionProperties : VisibilityConditionWithDependencyProperties
- Inheritance
-
objectStringComparisonConditionProperties
- Inherited Members
- Extension Methods
Properties
CaseSensitive
Gets or sets a value indicating whether the comparison is case sensitive.
public bool CaseSensitive { get; set; }
Property Value
- bool
Value
Gets or sets the value to compare.
[RequiredValidationRule]
[MaxLengthValidationRule(200)]
public string Value { get; set; }
Property Value
- string