Visual Basic (Declaration) | |
---|---|
Public Function GetData() As Byte() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public byte[] GetData() |
C++/CLI | |
---|---|
public: array<byte>^ GetData(); |
Return Value
An array of bytes containing the data for the tag.For an example, refer to ReadTag.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family