TaskInfoTDirectiveSetDirectiveData Method |
Sets the directive with raw data from an application task info.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic override void SetDirectiveData(
byte[] data
)
Public Overrides Sub SetDirectiveData (
data As Byte()
)
public:
virtual void SetDirectiveData(
array<unsigned char>^ data
) override
Parameters
- data
- Type: SystemByte
The data to set the directive with.
See Also