MetadataAttribute.DataTypeInformation Property

Definition

Gets or sets the data type information.

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

Property Value

An integer that represents the information.

Attributes

Applies to