Get the associated object type.
Read-only property
[Visual Basic .NET] |
---|
Public Property ObjectType() As String |
[C#] |
---|
public string ObjectType {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ObjectType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ObjectType( BSTR * pVal ); |
[Java] |
---|
public String getObjectType(); |