CustomAttributeValueData Properties

The CustomAttributeValueData type exposes the following members.

Properties
  NameDescription
Public propertyAttributeId
Gets the ID of the CustomAttributeInfo which this value is referenced to.
Public propertyIsInheritanceConflict
Gets a value indicating whether this custom attribute value inherits conflicting values from two or more groups or Windows Group accounts.
Public propertyIsInherited
Gets a value indicating whether the custom attribute value is inherited from others.
Public propertySingleValue
Gets or sets the single value of the attribute.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyValues
Gets the value of a custom attribute.
Top
See Also