MetadataAttribute.DataTypeInformation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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