Gets the identifier number of the data chunk.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property IdentifierNumber As Long |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DataLoadedEventArgs
Dim value As Long
value = instance.IdentifierNumber
|
| C# | |
|---|
public long IdentifierNumber {get;} |
| C++/CLI | |
|---|
public:
property long IdentifierNumber {
long get();
} |
Return Value
An integer that represents the identifier number of the data chunk.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also