DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates the swf file required to render this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public string SwfFile { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SwfFile As String
Get |
| Visual C++ |
|---|
public:
virtual property String^ SwfFile {
String^ get () sealed;
} |
Property Value
Type:
StringThe swf file required to render this object.
Return Value
Type:
StringThe swf file required to render this object.
Remarks
See Also