ArcFM Server Developer Guide
Value Property (ThreadStorage<T>)


Gets or sets the thread-specific value.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Overridable Property Value As T
'Usage
 
Dim instance As ThreadStorage(Of T)
Dim value As T
 
instance.Value = value
 
value = instance.Value
[Browsable(false)]
public virtual T Value {get; set;}

Property Value

The value stored for the current thread.
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