Initializes a new instance of the ValidateUniqueAttribute class.
Namespace:
Mindscape.LightSpeed.ValidationAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
public ValidateUniqueAttribute( string scope ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ scope As String _ ) |
Parameters
- scope
- Type: System..::.String
The name of an attribute used to limit the scope of the uniqueness check.