Filename Property (IGraphic)
In This Topic
Gets or sets the URL (on the intranet or the web) or path (local or network) to the location where the specified source object was saved.
Syntax
'Declaration
Property Filename As String
'Usage
Dim instance As IGraphic
Dim value As String
instance.Filename = value
value = instance.Filename
string Filename {get; set;}
See Also