Gets the system property value by its name.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public string GetPropertyValue( string name )
Public Function GetPropertyValue ( _ name As String _ ) As String
public: String^ GetPropertyValue( String^ name )
public String GetPropertyValue( String name )
![](../icons/collapse_all.gif)
- name (String)
- Name of property value to retrieve.
![](../icons/collapse_all.gif)
Value of System property with specified name. If no such property exists null is returned.