| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Name As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string Name {get;} | |
Return Value
A String value that represents the file name (without the path but including the extension).For an example, refer to CodecsImageInfo.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code