 | CommonUploadFileRequestTypeFile Property |
Byte array representation of the file to attach to the claim.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic byte[] File { get; set; }
Public Property File As Byte()
Get
Set
function get File () : byte[]
function set File (value : byte[])
function get_File();
function set_File(value);
Property Value
Type:
Byte
See Also