Spread Silverlight Documentation
Create Method (DuplicateRule)


The style.
Creates a new unique rule with specified parameters.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal style As StyleInfo _
) As DuplicateRule
'Usage
 
Dim style As StyleInfo
Dim value As DuplicateRule
 
value = DuplicateRule.Create(style)
public static DuplicateRule Create( 
   StyleInfo style
)

Parameters

style
The style.

Return Value

The new unique rule.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

DuplicateRule Class
DuplicateRule Members

 

 


Copyright © GrapeCity, inc. All rights reserved.