This document is archived and information here might be outdated. Recommended version. |
The helpstring associated with the validation rule.
[Visual Basic .NET]
Public Property Helpstring As String
[C#]
public string Helpstring {get; set;}
[C++]
HRESULT get_Helpstring(
System.String* Helpstring
);
[C++]
HRESULT put_Helpstring(
BSTR Helpstring
);
[C++] Parameters Helpstring [out, retval]
Helpstring is a parameter of type BSTR* Helpstring [in]
Helpstring is a parameter of type BSTR
Helpstring property sets the helpstring for the given rule. Not currently used by any ArcGIS application.