CustomAttributeInfoData Properties

The CustomAttributeInfoData type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets or sets the description of the custom attribute.
Public propertyId
Gets the unique identifier of the custom attribute.
Public propertyInheritanceBehavior
Gets or sets the inheritance behavior for a multiple-value attribute.
Public propertyIsBuiltIn
Gets a value indicating whether the attribute is built into the application.
Public propertyIsMultiValue
Gets or sets a value indicating whether this is a multiple-value custom attribute.
Public propertyIsSecure
Gets or sets a value indicating whether this custom attribute is secure.
Public propertyName
Gets or sets the name of the custom attribute.
Public propertyTenantId
Gets or sets the ID of the tenant associated with the custom attribute.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also