StorageItemThumbnail.CanRead Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.