Share via


IsNotEmptyValidationRule Class

Definition

The IsNotEmptyValidationRule checks a value to see if a value is not empty.

public ref class IsNotEmptyValidationRule : Microsoft::Management::UI::Internal::DataErrorInfoValidationRule
[Windows::Foundation::Metadata::WebHostHidden]
class IsNotEmptyValidationRule : Microsoft::Management::UI::Internal::DataErrorInfoValidationRule
[System.Serializable]
public class IsNotEmptyValidationRule : Microsoft.Management.UI.Internal.DataErrorInfoValidationRule
[<System.Serializable>]
type IsNotEmptyValidationRule = class
    inherit DataErrorInfoValidationRule
Public Class IsNotEmptyValidationRule
Inherits DataErrorInfoValidationRule
Inheritance
IsNotEmptyValidationRule
Attributes

Constructors

IsNotEmptyValidationRule()

Methods

Validate(Object, CultureInfo)

Determines if value is not empty.

Applies to