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