Sets the value of the given property.
[Visual Basic 6.0] Sub SetValue(
ByVal propname As String, _
ByVal value As IGPValue _
)
[Visual Basic .NET] Public Sub SetValue ( _ ByVal propname As String, _ ByVal value As IGPValue _ )
[C#] public void SetValue ( string propname, IGPValue value );