This document is archived and information here might be outdated. Recommended version. |
Name of the custom location trigger for the action if one is being used.
[Visual Basic .NET]
Public Property LocationTriggerName As String
[C#]
public string LocationTriggerName {get; set;}
[C++]
HRESULT get_LocationTriggerName(
BSTR pVal
);
[C++]
HRESULT put_LocationTriggerName(
System.String* pVal
);
[C++] Parameters pVal [in]
pVal is a parameter of type BSTR pVal [out, retval]
pVal is a parameter of type BSTR*