FileAttribute.Content Property

 

Gets or sets the binary contents of the file.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public byte[] Content { get; set; }
public:
[DataMemberAttribute]
property array<unsigned char>^ Content {
    array<unsigned char>^ get();
    void set(array<unsigned char>^ value);
}
[<DataMemberAttribute>]
member Content : byte[] with get, set
<DataMemberAttribute>
Public Property Content As Byte()

Property Value

Type: System.Byte[]

The binary contents of the file.

See Also

FileAttribute Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top