ArcFM Responder Mobile Developer Guide
IsInitialized Property (LazyInit<T>)






Gets a value indicating if the underlying value has been determined.
Syntax
'Declaration
 
Public ReadOnly Property IsInitialized As System.Boolean
'Usage
 
Dim instance As LazyInit(Of T)
Dim value As System.Boolean
 
value = instance.IsInitialized
public System.bool IsInitialized {get;}
public read-only property IsInitialized: System.Boolean; 
public function get IsInitialized : System.boolean
public: __property System.bool get_IsInitialized();
public:
property System.bool IsInitialized {
   System.bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LazyInit<T> Structure
LazyInit<T> Members

Send Feedback