PropsRemove Method (IMFProps)
property's full name (with all nodes)
Removes a selected property
Syntax
Sub PropsRemove( _
   ByVal _bsPropName As String _
) 
void PropsRemove( 
   string _bsPropName
)
procedure PropsRemove( 
    _bsPropName: String
); 
void PropsRemove( 
   BSTR* _bsPropName
) 

Parameters

_bsPropName
property's full name (with all nodes)
See Also

Reference

IMFProps Interface
IMFProps Members