ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / PropertyBag Class / Set Method / Set(String,Object) Method
The name.
The value.

In This Topic
    Set(String,Object) Method
    In This Topic
    Sets the value of the property with this name
    Syntax
    'Declaration
     
    Public Overloads Sub Set( _
       ByVal name As String, _
       ByVal value As Object _
    ) 
    public void Set( 
       string name,
       object value
    )

    Parameters

    name
    The name.
    value
    The value.
    See Also