EventId Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncTriggerSource.EventId Property

Specifies the LAN event identifier that is associated with this trigger source.


[Visual Basic]
Public Property EventId As String

[C#]
public String EventId {get; set;}

[C++]
HRESULT get_EventId(
   BSTR* retval
);
HRESULT put_EventId(
   BSTR val
);

Remarks

LAN Events with this identifier are accepted from the source described in the filter. The default value for the Event ID is the repeated capability specifier for this trigger source.

See Also

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