Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Jpip.Client Namespace > DataBinInfo Class : Data Property |
public byte[] Data {get;}
'Declaration Public ReadOnly Property Data As Byte()
'Usage Dim instance As DataBinInfo Dim value() As Byte value = instance.Data
public: property array<byte>^ Data { array<byte>^ get(); }