System.Reflection.CustomAttributeNamedArgument: Property Members

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

Public Properties

[read-only]
IsFieldbool.

Gets a value that indicates whether the named argument is a field.

[read-only]
MemberInfoMemberInfo.

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

[read-only]
MemberNamestring.

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

[read-only]
TypedValueCustomAttributeTypedArgument.

Gets a System.Reflection.CustomAttributeTypedArgument structure that can be used to obtain the type and value of the current named argument.