Share via


PropertyValidatorList Constructor (array<String )

Initializes a new instance of the PropertyValidatorList class by using the provided list of valid values.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    ParamArray validValues As String() _
)
public PropertyValidatorList(
    params string[] validValues
)
public:
PropertyValidatorList(
    ... array<String^>^ validValues
)
new : 
        validValues:string[] -> PropertyValidatorList
public function PropertyValidatorList(
    ... validValues : String[]
)

Parameters

  • validValues
    Type: array<System.String[]
    One or more parameters that represent valid string values.

.NET Framework Security

See Also

Reference

PropertyValidatorList Class

PropertyValidatorList Overload

Microsoft.Data.Schema.Build Namespace