LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ContainerLifetime Property

Show in webframe






Gets or sets a value indicating the life time of created WorkstationContainer objects.
Syntax
public static ContainerObjectLifetime ContainerLifetime {get; set;}
'Declaration
 
Public Shared Property ContainerLifetime As ContainerObjectLifetime
'Usage
 
Dim value As ContainerObjectLifetime
 
WorkstationContainer.ContainerLifetime = value
 
value = WorkstationContainer.ContainerLifetime

            

            
public: __property static ContainerObjectLifetime get_ContainerLifetime();
public: __property static void set_ContainerLifetime( 
   ContainerObjectLifetime value
);
public:
static property ContainerObjectLifetime ContainerLifetime {
   ContainerObjectLifetime get();
   void set (    ContainerObjectLifetime value);
}

Property Value

Type: ContainerObjectLifetime A ContainerObjectLifetime indicating the life time of created WorkstationContainer objects.
Requirements

Target Platforms

See Also

Reference

WorkstationContainer Class
WorkstationContainer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.