This document is archived and information here might be outdated. Recommended version. |
Checks if a member with the given name exists.
[Visual Basic .NET]
Public Function MemberExists ( _
ByVal Name As String _
) As Boolean
[C#]
public bool MemberExists (
string Name
);
[C++]
HRESULT MemberExists(
BSTR Name
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR