共用方式為


Content 屬性

Gets or sets the binary contents of the file.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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> [] () [] []
An array of bytes.