PropsGet Method (MSyncClass)
name of the property
value of the property
Gets the properties.
Syntax
Public Overridable Sub PropsGet( _
   ByVal _bsPropName As String, _
   ByRef _pbsPropValue As String _
) 
public virtual void PropsGet( 
   string _bsPropName,
   out string _pbsPropValue
)
public procedure PropsGet( 
    _bsPropName: String;
   Out  _pbsPropValue: String
); virtual; 
public: virtual void PropsGet( 
   BSTR* _bsPropName,
   [PARAMFLAG::Out] BSTR* _pbsPropValue
) 

Parameters

_bsPropName
name of the property
_pbsPropValue
value of the property
Example

See Also

Reference

MSyncClass Class
MSyncClass Members