FileAttribute.Content 속성
Gets or sets the binary contents of the file.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.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[]
The binary contents of the file.