ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Serialization Namespace / IAttributeHelper Interface / GetNameAttribute Method
The member information.
The member value.

In This Topic
    GetNameAttribute Method
    In This Topic
    Gets the attribute for the name.
    Syntax
    'Declaration
     
    Function GetNameAttribute( _
       ByVal memberInfo As Object, _
       ByVal value As Object _
    ) As C1NameAttribute
    C1NameAttribute GetNameAttribute( 
       object memberInfo,
       object value
    )

    Parameters

    memberInfo
    The member information.
    value
    The member value.

    Return Value

    Returns an instance of C1NameAttribute.
    See Also