DataFieldName Property
Summary
Gets or sets a value that specifies the file name.
Syntax
[DataMemberAttribute(Name="DataFieldName", IsRequired=true)]
public string DataFieldName { get; set; }
<DataMemberAttribute(Name="DataFieldName", IsRequired=True)>
Public Property DataFieldName As String
[DataMemberAttribute(Name="DataFieldName", IsRequired=true)]
public:
property String^ DataFieldName {
String^ get();
void set ( String^ );
}
Property Value
A System.String that specifies the file name.