Item Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncEvents.Item Property

An interface reference pointer to the ILxiSyncEvent interface which is selected by the event name.


[Visual Basic]
Public ReadOnly Property Item( _
   ByVal Name As String _
) As IIviLxiSyncEvent

[C#]
public IIviLxiSyncEvent get_Item(
   String Name
);

[C++]
HRESULT get_Item(
   BSTR Name,
   IIviLxiSyncEvent** retval
);

Parameters

Name
The name of an event. It may be either a name returned by the Name property or a name mapped to a particular repeated capability in the session in the configuration store.

See Also

IIviLxiSyncEvents Interface | IIviLxiSyncEvents Members | Ivi.LxiSync.Interop Namespace