FileContentFileData Property |
The file itself (the contents of the file), expressed as an array of bytes.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public byte[] FileData { get; }
Public ReadOnly Property FileData As Byte()
Get
public:
property array<unsigned char>^ FileData {
array<unsigned char>^ get ();
}
member FileData : byte[] with get
Property Value
Type:
ByteSee Also