SetMLProps Method (CoMLCharGenClass)
name of the property
value of the property
sets a property value
Syntax
Public Overridable Sub SetMLProps( _
   ByVal _bsPropName As String, _
   ByVal _bsPropValue As String _
) 
public virtual void SetMLProps( 
   string _bsPropName,
   string _bsPropValue
)
public procedure SetMLProps( 
    _bsPropName: String;
    _bsPropValue: String
); virtual; 
public: virtual void SetMLProps( 
   BSTR* _bsPropName,
   BSTR* _bsPropValue
) 

Parameters

_bsPropName
name of the property
_bsPropValue
value of the property
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members