UserDataBlob.IsEmpty
 
 
 

UserDataBlob.IsEmpty operator

Introduced

v3.5

Description

Returns a Boolean value indicating whether or not there is user data stored on the blob (true=empty/no data; false=not empty).

C# Syntax

// get accessor
Boolean rtn = UserDataBlob.IsEmpty;

See Also

UserDataBlob.Size