ArcObjects Library Reference (GeoDatabase)  

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(
  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

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