This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRule Interface > IRule.Helpstring Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR* 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.