'Declaration
<DataMemberAttribute()> Public ExplictlyExported As Boolean
[DataMember()] public bool ExplictlyExported
[DataMember()] public: bool ExplictlyExported
'Declaration
<DataMemberAttribute()> Public ExplictlyExported As Boolean
[DataMember()] public bool ExplictlyExported
[DataMember()] public: bool ExplictlyExported
Note: This value is only meaningful if the export file schema version is >=430. Otherwise the value will always be False.
If this value is True, it indicates that the object was explicitly selected to be exported.
If this value is False, it indicates that the object was not selected but was exported because another object references it.