| Visual Basic (Declaration) | |
|---|---|
Property NextIdGenerator As IIdGenerator  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As IIdentityIdGenerator Dim value As IIdGenerator instance.NextIdGenerator = value value = instance.NextIdGenerator  | |
| C# | |
|---|---|
IIdGenerator NextIdGenerator {get; set;}  | |
| C++/CLI | |
|---|---|
property IIdGenerator^ NextIdGenerator { IIdGenerator^ get(); void set ( IIdGenerator^ value); }  | |
Property Value
The next id generator.              This value is set by by DevForce during IdGenerator discovery.              
            Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family