Data Property (Read/Write) |
Top Previous Next |
Sets/gets and gets the data of the field.
VB.NET Syntax
Field.Data [= String]
C# Syntax
Field.Data [= string];
Remarks
Changing the data of an unprotected field sets the Modified property to true.
See Also Modified property. |