DataPA Enterprise Dashboard Controls API Reference
Gets and sets the default filename that will be used with this dialog.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string FileName { get; set; } |
Visual Basic |
---|
Public Property FileName As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ FileName {
String^ get () sealed;
void set (String^ value) sealed;
} |
Property Value
Type:
StringThe default filename that will be used with this dialog.
Return Value
Type:
StringThe default filename that will be used with this dialog.
Remarks
See Also