This document is archived and information here might be outdated. Recommended version. |
The type of server object this server object extension is associated with.
[Visual Basic .NET] Public Property ParentType As String
[C#] public string ParentType {get; set;}
[C++]
HRESULT get_ParentType(
BSTR ParentType
);
[C++]
HRESULT put_ParentType(
System.String* ParentType
);
[C++]
Parameters ParentType [in]
ParentType is a parameter of type BSTR ParentType [out, retval]
ParentType is a parameter of type BSTR*