Gets the value stored in the DB2XsrObjectId structure in the form of a long integer.
[Visual Basic]
Public ReadOnly Property Value As Long
[C#]
public long Value {get;}
[C++]
public: __property long get_Value();
[JScript]
public function get Value() : long;
A long integer representing the DB2XsrObjectId instance.