GetValue Method

Summary

When overridden in a derived class, gets the current value of the property of a component.

Syntax
C#
VB
C++
public override object GetValue( 
   object component 
) 
Public Overrides Function GetValue( _ 
   ByVal component As Object _ 
) As Object 
public: 
Object^ GetValue(  
   Object^ component 
) override  

Parameters

component
The component with the property for which to retrieve the value.

Return Value

The value of a property for a given component.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly