ExtractedBytesFormat Property |
Gets or sets the format that the content of
Bytes is in.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ExtractedBytesFormat Format { get; set; }
Public Property Format As ExtractedBytesFormat
Get
Set
public:
property ExtractedBytesFormat Format {
ExtractedBytesFormat get ();
void set (ExtractedBytesFormat value);
}
member Format : ExtractedBytesFormat with get, set
Property Value
Type:
ExtractedBytesFormatSee Also