SpecificationDocumentContentFileData 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.251.0.0 (8.251.0.0)
Syntaxpublic byte[] FileData { get; set; }
Public Property FileData As Byte()
Get
Set
public:
property array<unsigned char>^ FileData {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member FileData : byte[] with get, set
Property Value
Type:
Byte
See Also