ArcFM Desktop Developer Guide
HasValue Property


Indicates whether a thread-specific value (including null) exists.
Syntax
'Declaration
 
Public ReadOnly Property HasValue As Boolean
'Usage
 
Dim instance As ThreadStorage(Of T)
Dim value As Boolean
 
value = instance.HasValue
public bool HasValue {get;}

Property Value

true if this instance has a value for the calling thread; otherwise, false.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ThreadStorage<T> Class
ThreadStorage<T> Members

 

 


Send Comment