Gets the specified property's value.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
protected string GetProperty( string name )
Protected Function GetProperty ( _ name As String _ ) As String
protected: String^ GetProperty( String^ name )
protected String GetProperty( 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.