This document is archived and information here might be outdated. Recommended version. |
The name of the parent.
[Visual Basic .NET] Public Property ParentName As String
[C#] public string ParentName {get; set;}
[C++]
HRESULT get_ParentName(
BSTR Parent
);
[C++]
HRESULT put_ParentName(
System.String* Parent
);
[C++]
Parameters Parent [in]
Parent is a parameter of type BSTR Parent [out, retval]
Parent is a parameter of type BSTR*