Compartir a través de


FileAttribute.Content Propiedad

Gets or sets the binary contents of the file.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Content As Byte()
    Get 
    Set
'Uso
Dim instance As FileAttribute 
Dim value As Byte()

value = instance.Content

instance.Content = value
[DataMemberAttribute]
public byte[] Content { get; set; }
[DataMemberAttribute]
public:
property array<unsigned char>^ Content {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
[<DataMemberAttribute>]
member Content : byte[] with get, set
function get Content () : byte[]
function set Content (value : byte[])

Valor de la propiedad

Tipo: array<System.Byte[]
The binary contents of the file.

Vea también

Referencia

FileAttribute Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts