StorageItemThumbnail.CanRead Property

Definition

Gets a value that indicates whether the thumbnail stream can be read from.

public:
 property bool CanRead { bool get(); };
bool CanRead();
public bool CanRead { get; }
var boolean = storageItemThumbnail.canRead;
Public ReadOnly Property CanRead As Boolean

Property Value

Boolean

bool

True if the thumbnail stream can be read from. Otherwise, false.

Implements

Applies to