'Declaration
Public ReadOnly Property FullName As String
'Usage
Dim instance As Field
Dim value As String
value = instance.FullName
public string FullName {get;}
public: __property string* get_FullName();
public:
property String^ FullName {
String^ get();
}
Property Value
The full name (the name including the path).