PropsGetByIndex Method (MSyncClass)
node name of property
property index
name of property
value of property
property node
Gets the property by its index.
Syntax
Public Overridable Sub PropsGetByIndex( _
   ByVal _bsNodeName As String, _
   ByVal _nIndex As Integer, _
   ByRef _pbsPropName As String, _
   ByRef _pbsPropValue As String, _
   ByRef _pbNode As Integer _
) 
public virtual void PropsGetByIndex( 
   string _bsNodeName,
   int _nIndex,
   out string _pbsPropName,
   out string _pbsPropValue,
   out int _pbNode
)
public procedure PropsGetByIndex( 
    _bsNodeName: String;
    _nIndex: Integer;
   Out  _pbsPropName: String;
   Out  _pbsPropValue: String;
   Out  _pbNode: Integer
); virtual; 
public: virtual void PropsGetByIndex( 
   BSTR* _bsNodeName,
   int _nIndex,
   [PARAMFLAG::Out] BSTR* _pbsPropName,
   [PARAMFLAG::Out] BSTR* _pbsPropValue,
   [PARAMFLAG::Out] int _pbNode
) 

Parameters

_bsNodeName
node name of property
_nIndex
property index
_pbsPropName
name of property
_pbsPropValue
value of property
_pbNode
property node
Example

See Also

Reference

MSyncClass Class
MSyncClass Members