This document is archived and information here might be outdated. Recommended version. |
Reads current object until property name matches or object ends. Case is ignored.
[Visual Basic .NET]
Public Function FindProperty ( _
ByVal propname As String _
) As Boolean
[C#]
public bool FindProperty (
string propname
);
[C++]
HRESULT FindProperty(
BSTR propname
);
[C++] Parameters propname [in]
propname is a parameter of type BSTR