ModelMetadata.DataTypeName 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.
Gets or sets the name of the data type.
public:
virtual property System::String ^ DataTypeName { System::String ^ get(); void set(System::String ^ value); };
public virtual string DataTypeName { get; set; }
member this.DataTypeName : string with get, set
Public Overridable Property DataTypeName As String
Property Value
The name of the data type.
Remarks
This property can be used to provide additional information about the type of data that is stored by the model. For example, if the ModelType property is set to String, this property might be "EmailAddress" or "Url" - that is, a name that indicates more than just that the data is typed as a string.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.