Infragistics2.Win.UltraWinListView.v8.1
GetLifetimeService Method
See Also 
Infragistics.Win.UltraWinListView Namespace > UltraListViewColumnBase Class : GetLifetimeService Method

Retrieves the current lifetime service object that controls the lifetime policy for this instance.

Syntax

Visual Basic (Declaration) 
Public Function GetLifetimeService() As Object
C# 
public object GetLifetimeService()

Return Value

An object of type ILease used to control the lifetime policy for this instance.

Exceptions

ExceptionDescription
SecurityExceptionThe immediate caller does not have infrastructure permission.

See Also