InformationMessageMachineName Property |
Machine name of the computer from which the process which creates the message has been initiated. [Required] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string MachineName { get; set; }
Public Property MachineName As String
Get
Set
public:
property String^ MachineName {
String^ get ();
void set (String^ value);
}
member MachineName : string with get, set
Property Value
Type:
String
See Also