FileMeasurementFileContents Property |
The actual binary data representing the content of the file.
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[] FileContents { get; set; }
Public Property FileContents As Byte()
Get
Set
public:
property array<unsigned char>^ FileContents {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member FileContents : byte[] with get, set
Property Value
Type:
ByteSee Also