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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.