ComponentOne Bitmap for WPF
C1.WPF.DX.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 String _
    ) As Object
    public object Get( 
       string name
    )

    Parameters

    name
    The name.

    Return Value

    Value of the property
    See Also