Property Property (PropertyDataField)
Gets or sets the property name.
'Declaration
Public Property Property As String
'Usage
Dim instance As PropertyDataField
Dim value As String
instance.Property = value
value = instance.Property
public string Property {get; set;}
Property Value
A
string
that indicates the property name. It could be a property of the data item in the data source, or a column name of a data table. If the value is
null
, the data item is returned when getting the value from the data source, and cannot be set. The default is
null
.