System.Reflection.Metadata.CustomAttributeNamedArgumentKind public enum CustomAttributeNamedArgumentKind Documentation Code namespace System.Reflection.Metadata { public enum CustomAttributeNamedArgumentKind : byte { Field = 83, Property } }