ApplicationTaskData Property |
Resolves the data, byte[].
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic byte[] Data { get; }
Public ReadOnly Property Data As Byte()
Get
public:
property array<unsigned char>^ Data {
array<unsigned char>^ get ();
}
Property Value
Type:
Byte
See Also