Gets or sets an IdentityMethodOptions to customise the behavior of the selected IdentityMethod.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public IdentityMethodOptions IdentityMethodOptions { get; set; }
Visual Basic (Declaration)
Public Property IdentityMethodOptions As IdentityMethodOptions

Remarks

This must be of the appropriate type for the selected identity method: for example, if the identity method is Sequence, then the options object must be a SequenceIdentityMethodOptions.

See Also