 | InterfaceNameMappingTypeRoleInterface Property |
Gets and sets the mapped ExternalInterface of the role reference
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic ExternalInterfaceType RoleInterface { get; set; }
Public Property RoleInterface As ExternalInterfaceType
Get
Set
public:
virtual property ExternalInterfaceType^ RoleInterface {
ExternalInterfaceType^ get () sealed;
void set (ExternalInterfaceType^ value) sealed;
}
Property Value
ExternalInterfaceTypeImplements
IInterfaceMappingRoleInterface
See Also