EventId Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncArmSource.EventId Property

Specifies the LAN event identifier that is associated with this arm source. LAN Events with this identifier are accepted from the source described in the filter.


[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

The default value for Event ID is the repeated capability specifier for this arm source.

See Also

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