←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly