EntityProperty.GeneratePropertyForByteArray(Byte[]) Method

Definition

public static Microsoft.WindowsAzure.Storage.Table.EntityProperty GeneratePropertyForByteArray (byte[] input);
static member GeneratePropertyForByteArray : byte[] -> Microsoft.WindowsAzure.Storage.Table.EntityProperty
Public Shared Function GeneratePropertyForByteArray (input As Byte()) As EntityProperty

Parameters

input
Byte[]

Returns

Applies to