The properties of System.Reflection.CustomAttributeNamedArgument are listed below. For a list of all members, see the CustomAttributeNamedArgument Members list.
See Also: Inherited members from System.ValueType
[read-only] | IsField | bool.
Gets a value that indicates whether the named argument is a field. |
[read-only] | MemberInfo | MemberInfo.
Gets the attribute member that would be used to set the named argument. |
[read-only] | MemberName | string.
Gets the name of the attribute member that would be used to set the named argument. |
[read-only] | TypedValue | CustomAttributeTypedArgument.
Gets a System.Reflection.CustomAttributeTypedArgument structure that can be used to obtain the type and value of the current named argument. |