C1.Silverlight.Olap.5
GetValue Method (PropertyDescriptor)

The object for which to retrieve the value.
Gets the current value of the property on an object.
Syntax
'Declaration
 
Public Function GetValue( _
   ByVal obj As System.Object _
) As System.Object
public System.object GetValue( 
   System.object obj
)

Parameters

obj
The object for which to retrieve the value.

Return Value

The current value of the property on an object.
See Also

Reference

PropertyDescriptor Class
PropertyDescriptor Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.