XFileFieldContent Property |
Gets or sets the content of the file.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public byte[] Content { get; set; }
Public Property Content As Byte()
Get
Set
Property Value
Type:
ByteThe content of the file.
See Also