TcSourceInfoTypeEnum
Definition of which entry in a TcSourceInfo is identified.
Syntax
public enum TcSourceInfoTypeEnum
{
SourceGuid,
SourceId,
SourceName
}
Parameter
Name | Description |
---|---|
SourceGuid | The source GUID of the TcSourceInfo. |
SourceId | The source ID of the TcSourceInfo. For example, the TcCOM object ID. |
SourceName | The SourceName of the TcSourceInfo. For example, the instance path within a PLC. |