Gets or sets a value that specifies the file name.
'Declaration
<DataMemberAttribute(Name="DataFieldName", IsRequired=True)>
Public Property DataFieldName As String
'Usage
Dim instance As DbBinaryData
Dim value As String
instance.DataFieldName = value
value = instance.DataFieldName
Property Value
A
System.String that specifies the file name.