AlternateDataStreamInfoData Property
Gets the raw data of this data stream.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual byte[] Data { get; }
Public Overridable ReadOnly Property Data As Byte()
Get
Dim instance As AlternateDataStreamInfo
Dim value As Byte()
value = instance.Data
public:
virtual property array<unsigned char>^ Data {
array<unsigned char>^ get ();
}
abstract Data : byte[] with get
override Data : byte[] with get
No code example is currently available or this language may not be supported.
Property Value
Byte