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

Parameters

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

Reference

IMLProperties Interface
IMLProperties Members