Hello Serge,
Each instance from NetOffice has the property string UnderlyingTypeName{get;}
You may didnt see that because its marked with the [EditorBrowsable(EditorBrowsableState.Never) attribute
to avoid confusing developers.
Moreover you have:
string UnderlyingComponentName{get;}
string FriendlyTypeName{get;}
*Sebastian
Each instance from NetOffice has the property string UnderlyingTypeName{get;}
You may didnt see that because its marked with the [EditorBrowsable(EditorBrowsableState.Never) attribute
to avoid confusing developers.
Moreover you have:
string UnderlyingComponentName{get;}
string FriendlyTypeName{get;}
*Sebastian