FileReferenceBytes Property |
[Missing <summary> documentation for "P:Scanjour.Workflow4.TestFramework.Internal.Packages.FileReference.Bytes"]
Namespace: Scanjour.Workflow4.TestFramework.Internal.PackagesAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic byte[] Bytes { get; set; }
Public Property Bytes As Byte()
Get
Set
public:
property array<unsigned char>^ Bytes {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Bytes : byte[] with get, set
Property Value
Byte
See Also