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