xResourceNode.filename Method
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.
Overloads
filename() | |
filename(String) |
filename()
public:
virtual System::String ^ filename();
public virtual string filename ();
abstract member filename : unit -> string
override this.filename : unit -> string
Public Overridable Function filename () As String
Returns
Applies to
filename(String)
public:
virtual System::String ^ filename(System::String ^ _value);
public virtual string filename (string _value);
abstract member filename : string -> string
override this.filename : string -> string
Public Overridable Function filename (_value As String) As String
Parameters
- _value
- String