Name Property (IEdmFile5)
Gets the name of the file.
Syntax
Visual Basic (Declaration) | |
---|
Shadows ReadOnly Property Name As System.String |
C# | |
---|
new System.string Name {get;} |
C++/CLI | |
---|
new property System.String^ Name {
System.String^ get();
} |
Property Value
Name of the file
See Also