SqlCeReplication.Validate Property
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Specifies the type of data validation SQL Server Compact replication performs while synchronizing.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Property Validate As ValidateType
Get
Set
'Usage
Dim instance As SqlCeReplication
Dim value As ValidateType
value = instance.Validate
instance.Validate = value
public ValidateType Validate { get; set; }
public:
property ValidateType Validate {
ValidateType get ();
void set (ValidateType value);
}
member Validate : ValidateType with get, set
function get Validate () : ValidateType
function set Validate (value : ValidateType)
Property Value
Type: System.Data.SqlServerCe.ValidateType
The ValidateType constant that specifies the type of data validation to perform.