SyncBEResponseResponseByte Property |
Namespace:
Unvired.Kernel.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic byte[] ResponseByte { get; set; }Public Property ResponseByte As Byte()
Get
Set
public:
property array<unsigned char>^ ResponseByte {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}member ResponseByte : byte[] with get, set
Property Value
Type:
Byte
See Also