Returns the value for the auto number field. This property is only set if the value for the
auto number property is created during creation of the insert statement. Otherwise it is null.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Value As Object |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As AutoNumberItem
Dim value As Object
value = instance.Value
|
| C# | |
|---|
public object Value {get;} |
| Managed Extensions for C++ | |
|---|
public: __property Object* get_Value(); |
| C++/CLI | |
|---|
public:
property Object^ Value {
Object^ get();
} |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also