PropsSet Method (MSyncClass)
name of property
value of property
Sets the property.
Syntax
Public Overridable Sub PropsSet( _
   ByVal _bsPropName As String, _
   ByVal _bsPropValue As String _
) 
public virtual void PropsSet( 
   string _bsPropName,
   string _bsPropValue
)
public procedure PropsSet( 
    _bsPropName: String;
    _bsPropValue: String
); virtual; 
public: virtual void PropsSet( 
   BSTR* _bsPropName,
   BSTR* _bsPropValue
) 

Parameters

_bsPropName
name of property
_bsPropValue
value of property
Remarks

Example

See Also

Reference

MSyncClass Class
MSyncClass Members