MetaColumn.IsBinaryData Property

Definition

Gets a value that indicates whether the data field contains binary data.

public:
 property bool IsBinaryData { bool get(); };
public bool IsBinaryData { get; }
member this.IsBinaryData : bool
Public ReadOnly Property IsBinaryData As Boolean

Property Value

true if the data field contains binary data; otherwise, false.

Applies to

See also