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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.