ByteArray.Data Property
Namespace: Microsoft.Office.Project.Library
Assembly: Microsoft.Office.Project.Shared (in Microsoft.Office.Project.Shared.dll)
Syntax
'Declaration
Public ReadOnly Property Data As Byte()
Get
'Usage
Dim instance As ByteArray
Dim value As Byte()
value = instance.Data
public byte[] Data { get; }
Property Value
Type: []