JAMS Developer Guide
LoadedFrom Property (Entry)


MVPSI.JAMS Namespace > Entry Class : LoadedFrom Property
Gets the JAMS Server that this run is from.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlIgnoreAttribute()>
<System.ComponentModel.BrowsableAttribute(False)>
Public ReadOnly Property LoadedFrom As Server
'Usage
 
Dim instance As Entry
Dim value As Server
 
value = instance.LoadedFrom
[System.Xml.Serialization.XmlIgnore()]
[System.ComponentModel.Browsable(false)]
public Server LoadedFrom {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Entry Class
Entry Members