DataEntryDefaultValueConditionUserMachine Property |
If not null specifies that the default should be applied only if User_Machine equals this value. [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ConditionUserMachine { get; set; }
Public Property ConditionUserMachine As String
Get
Set
public:
property String^ ConditionUserMachine {
String^ get ();
void set (String^ value);
}
member ConditionUserMachine : string with get, set
Property Value
Type:
String
See Also