Właściwość FileAttribute.Content
Pobiera lub ustawia binarne treści pliku.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property Content As Byte()
Get
Set
'Użycie
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[])
Wartość właściwości
Typ: array<System.Byte[]
Tablica bajtów.
Zobacz także