MetadataAttribute.DataTypeInformation Property

Definition

Specifies additional information that is based on the data type of the attribute.

public:
 property Nullable<int> DataTypeInformation { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public int? DataTypeInformation { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.DataTypeInformation : Nullable<int> with get, set
Public Property DataTypeInformation As Nullable(Of Integer)

Property Value

The additional information that is based on the data type of the attribute.

Attributes

Applies to