Interface IMRObject
Interface for a representation of a single real-world thing
Namespace: Unity.MARS.Query
Syntax
public interface IMRObject
Properties
name
The name of the object
Declaration
string name { get; set; }
Property Value
| Type | Description |
|---|---|
| String |