ComponentOne Binding Expressions for WPF and Silverlight
C1.WPF.Binding Namespace / IValueObject Interface / GetValue Method

In This Topic
    GetValue Method (IValueObject)
    In This Topic
    Gets the value of this object.
    Syntax
    'Declaration
     
    
    Function GetValue() As System.Object
    System.object GetValue()

    Return Value

    The value of this object.
    See Also