Graphic.Filename Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns 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.
public:
property System::String ^ Filename { System::String ^ get(); void set(System::String ^ value); };
public string Filename { get; set; }
Public Property Filename As String
Property Value
Remarks
The FileName property generates an error if a folder in the specified path doesn’t exist.