This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILocationTriggerAdmin Interface > ILocationTriggerAdmin.Properties Property (ArcObjects .NET 10.5 SDK) |
PropertySet of all configurable items for this location trigger.
[Visual Basic .NET] Public Property Properties As IPropertySet
[C#] public IPropertySet Properties {get; set;}
[C++]
HRESULT get_Properties(
IPropertySet** ppiProperties
);
[C++]
HRESULT put_Properties(
IPropertySet* ppiProperties
);
[C++]
Parameters ppiProperties [out, retval]
ppiProperties is a parameter of type IPropertySet ppiProperties [in]
ppiProperties is a parameter of type IPropertySet