Gets the type for the underlying data object.
Namespace: KerbalEdit.ViewModelsAssembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
public override Type ObjectType { get; protected set; }public override Type ObjectType { get; protected set; }Public Overrides Property ObjectType As Type
Get
Protected Set
Public Overrides Property ObjectType As Type
Get
Protected Set
public:
virtual property Type^ ObjectType {
Type^ get () override;
protected: void set (Type^ value) override;
}public:
virtual property Type^ ObjectType {
Type^ get () override;
protected: void set (Type^ value) override;
}