PropsGetCount Method (MSyncClass)
name of the node
number of properties
Gets the count of properties.
Syntax
Public Overridable Sub PropsGetCount( _
   ByVal _bsNodeName As String, _
   ByRef _pnCount As Integer _
) 
public virtual void PropsGetCount( 
   string _bsNodeName,
   out int _pnCount
)
public procedure PropsGetCount( 
    _bsNodeName: String;
   Out  _pnCount: Integer
); virtual; 
public: virtual void PropsGetCount( 
   BSTR* _bsNodeName,
   [PARAMFLAG::Out] int _pnCount
) 

Parameters

_bsNodeName
name of the node
_pnCount
number of properties
Example

See Also

Reference

MSyncClass Class
MSyncClass Members