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.