This document is archived and information here might be outdated. Recommended version. |
Creates and adds new member to the member collection. Returns E_FAIL if creation of the member fails.
[Visual Basic .NET] Public Sub CreateMemberObject ( _ ByRef Value As IJSONObject _ )
[C#] public void CreateMemberObject ( ref IJSONObject Value );
[C++]
HRESULT CreateMemberObject(
IJSONObject** Value
);
[C++] Parameters Value [out]
Value is a parameter of type IJSONObject**