次の方法で共有


FileAttribute.Content プロパティ

ファイルのバイナリ コンテンツを取得または設定します。

名前空間:  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[]
ファイル コンテンツを表すバイト配列。

関連項目

参照

FileAttribute クラス

Microsoft.MasterDataServices 名前空間