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


IRule.Helpstring Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRule Interface > IRule.Helpstring Property
ArcGIS Developer Help

IRule.Helpstring Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Helpstring property sets the helpstring for the given rule. Not currently used by any ArcGIS application.

See Also

IRule Interface