GrapeCity MultiRow Windows Forms Documentation
GetValue Method (MultiRowSerializablePropertyDescriptor)


The instance with the property to get.
Gets the value of the current property of the specified object instance.
Syntax
Public Overridable Function GetValue( _
   ByVal target As Object _
) As Object
Dim instance As MultiRowSerializablePropertyDescriptor
Dim target As Object
Dim value As Object
 
value = instance.GetValue(target)
public virtual object GetValue( 
   object target
)

Parameters

target
The instance with the property to get.

Return Value

A System.Object that represents the value of the specified object instance's property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MultiRowSerializablePropertyDescriptor Class
MultiRowSerializablePropertyDescriptor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.