This document is archived and information here might be outdated.  Recommended version.


IMessageTemplate.Source Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IMessageTemplate.Source Property

Dataset definition ID associated with the tracking service.

[Visual Basic .NET]
Public Property Source As String
[C#]
public string Source {get; set;}
[C++]
HRESULT get_Source(
  BSTR* datasetDefID
);
[C++]
HRESULT put_Source(
  BSTR datasetDefID
);
[C++]

Parameters datasetDefID [out, retval] datasetDefID is a parameter of type BSTR datasetDefID [in] datasetDefID is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IMessageTemplate Interface