このバイナリ値の定義を取得します。
名前空間: Microsoft.Data.Edm.Values
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
ReadOnly Property Value As Byte()
Get
'使用
Dim instance As IEdmBinaryValue
Dim value As Byte()
value = instance.Value
byte[] Value { get; }
property array<unsigned char>^ Value {
array<unsigned char>^ get ();
}
abstract Value : byte[]
function get Value () : byte[]
プロパティ値
型: array<System.Byte[]