 | AutomationMLBaseRoleClassLibTypeLogicObject Property |
Note: This API is now obsolete.
Gets the logic object.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax[ObsoleteAttribute("This RoleClass has been moved to AutomationMLLogicRoleClassLib")]
public RoleFamilyType LogicObject { get; }
<ObsoleteAttribute("This RoleClass has been moved to AutomationMLLogicRoleClassLib")>
Public ReadOnly Property LogicObject As RoleFamilyType
Get
public:
[ObsoleteAttribute(L"This RoleClass has been moved to AutomationMLLogicRoleClassLib")]
property RoleFamilyType^ LogicObject {
RoleFamilyType^ get ();
}
Property Value
RoleFamilyType
The logic object.
See Also