ComponentOne Data Source for Entity Framework
C1.Data.Entities Namespace / EntityViewSource Class / SetValue Method / SetValue(DependencyPropertyKey,Object) Method

In This Topic
    SetValue(DependencyPropertyKey,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetValue( _
       ByVal key As System.Windows.DependencyPropertyKey, _
       ByVal value As System.Object _
    ) 
    public void SetValue( 
       System.Windows.DependencyPropertyKey key,
       System.object value
    )

    Parameters

    key
    value
    See Also