Nevron.Serialization Namespace / NStateMemberInfo Class / GetAttributeFromType Method / GetAttributeFromType(MemberInfo,Type) Method


In This Topic
    GetAttributeFromType(MemberInfo,Type) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetAttributeFromType( _
       ByVal memberInfo As System.Reflection.MemberInfo, _
       ByVal attributeType As System.Type _
    ) As System.Object
    'Usage
     
    
    Dim memberInfo As System.Reflection.MemberInfo
    Dim attributeType As System.Type
    Dim value As System.Object
     
    value = NStateMemberInfo.GetAttributeFromType(memberInfo, attributeType)
    public static System.object GetAttributeFromType( 
       System.Reflection.MemberInfo memberInfo,
       System.Type attributeType
    )

    Parameters

    memberInfo
    attributeType
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also