MobileTrack Nexus Documentation
C#
Show/Hide TOC
User
Session
Data
Environments
Tree Property
Represents a map of the environments in the company.
Definition
Namespace:
MobileTrack.DataContainers.Models
Assembly:
MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
public
MutableEntityTreeNode
<
BusinessObjectDto
>
EnvironmentsTree
{
get
; }
Property Value
MutableEntityTreeNode
BusinessObjectDto
Exceptions
InvalidOperationException
Thrown if
Company
isn't set before the environment tree is!
See Also
Reference
UserSessionData Class
MobileTrack.DataContainers.Models Namespace
In This Article
Definition
Exceptions
See Also