FileAttribute.Content Property

Definition

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

Applies to