Sets the value of the specified property's name to the specified value.
            
| C# | Visual Basic | Visual C++ | J# | 
public void SetPropertyValue( string name, string value )
Public Sub SetPropertyValue ( _ name As String, _ value As String _ )
public: void SetPropertyValue( String^ name, String^ value )
public void SetPropertyValue( String name, String value )
- name (String)
 - Name of property to set.
 
- value (String)
 - Value of property to set.
 
