Gets or sets the content.
Namespace: Scanjour.Workflow4.Web.Services.RepositoriesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic byte[] Content { get; }
Public ReadOnly Property Content As Byte()
Get
public:
property array<unsigned char>^ Content {
array<unsigned char>^ get ();
}
member Content : byte[] with get
Property Value
Byte
The content.
See Also