DevForce Help Reference
NextIdGenerator Property (IIdentityIdGenerator)


Gets or sets the fallback IIdGenerator to be used.
Syntax
'Declaration
 
Property NextIdGenerator As IIdGenerator
'Usage
 
Dim instance As IIdentityIdGenerator
Dim value As IIdGenerator
 
instance.NextIdGenerator = value
 
value = instance.NextIdGenerator
IIdGenerator NextIdGenerator {get; set;}

Property Value

The next id generator.
Remarks
This value is set by by DevForce during IdGenerator discovery.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IIdentityIdGenerator Interface
IIdentityIdGenerator Members

Send Feedback