Поделиться через


Свойство FileAttribute.Content

Gets or sets the binary contents of the file.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property Content As Byte()
    Get
    Set
'Применение
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[])

Значение свойства

Тип: array<System.Byte[]
A byte array that represents the file contents.

См. также

Справочник

FileAttribute Класс

Пространство имен Microsoft.MasterDataServices