DataConnectionFileName Property |
The name of the connection file. See Remarks for more information.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic string FileName { get; set; }Public Property FileName As String
Get
Set
public:
property String^ FileName {
String^ get ();
void set (String^ value);
}member FileName : string with get, set
Property Value
Type:
String
See Also