Gets the specified property's value.

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 )

- name (String)
- Name of property to retrieve.

Property's value. If the property is not defined null is returned.