Source Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncEvent.Source Property

Specifies the signal which causes an event to be transmitted.


[Visual Basic]
Public Property Source As String

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

[C++]
HRESULT get_Source(
   BSTR* retval
);
HRESULT put_Source(
   BSTR val
);

Remarks

This attribute is case-insensitive but case-preserving.

See Also

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