Name Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncTriggerSources.Name Property

The source name for a given index.


[Visual Basic]
Public ReadOnly Property Name( _
   ByVal Index As Int32 _
) As String

[C#]
public String get_Name(
   Int32 Index
);

[C++]
HRESULT get_Name(
   long Index,
   BSTR* retval
);

Parameters

Index
One based index into the collection of sources.

See Also

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