Gets the specified property's value, and converts it to absolute path form.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
protected string GetFileProperty( string name )
Protected Function GetFileProperty ( _ name As String _ ) As String
protected: String^ GetFileProperty( String^ name )
protected String GetFileProperty( String name )
![](../icons/collapse_all.gif)
- name (String)
- Name of property to retrieve.
![](../icons/collapse_all.gif)
Property's value. If the property is not defined null is returned.