ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.String, _
       ByVal value As System.Object _
    ) 
    public void Set( 
       System.string name,
       System.object value
    )

    Parameters

    name
    The name.
    value
    The value.
    See Also