'Declaration
Public ReadOnly Property FileName As String
'Usage
Dim instance As ListEntry
Dim value As String
value = instance.FileName
public string FileName {get;}
public: __property string* get_FileName();
public:
property String^ FileName {
String^ get();
}