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