FileAttribute.Content Property

Definition

Gets or sets 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[]

A byte array that represents the file contents.

Attributes

Applies to