ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / PropertyBag Class / Get Method / Get(String) Method
The name.

In This Topic
    Get(String) Method
    In This Topic
    Gets the value of the property with this name.
    Syntax
    'Declaration
     
    Public Overloads Function Get( _
       ByVal name As System.String _
    ) As System.Object
    public System.object Get( 
       System.string name
    )

    Parameters

    name
    The name.

    Return Value

    Value of the property
    See Also