CustomAttributeNamedArgument::MemberInfo Property

 

Gets the attribute member that would be used to set the named argument.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
property MemberInfo^ MemberInfo {
	MemberInfo^ get();
}

Property Value

Type: System.Reflection::MemberInfo^

The attribute member that would be used to set the named argument.

In most cases, the member is a property.

.NET Framework
Available since 2.0
Return to top
Show: