Heureka API .NET Documentation
InitialState Property



The initial state for the ApiCompartment
Syntax
'Declaration
 
Public Property InitialState As ApiState
'Usage
 
Dim instance As ApiCompartment
Dim value As ApiState
 
instance.InitialState = value
 
value = instance.InitialState
public ApiState InitialState {get; set;}
public:
property ApiState^ InitialState {
   ApiState^ get();
   void set (    ApiState^ value);
}
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

ApiCompartment Class
ApiCompartment Members

Send Feedback