FileAttribute.Content Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the binary contents of the file
public:
property cli::array <System::Byte> ^ Content { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
[System.Runtime.Serialization.DataMember]
public byte[] Content { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Content : byte[] with get, set
Public Property Content As Byte()
Property Value
Byte[]
The binary contents of the file.
- Attributes