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


IFindObj.Value Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IFindObj.Value Property

String value.

[Visual Basic .NET]
Public Property Value As String
[C#]
public string Value {get; set;}
[C++]
HRESULT get_Value(
  BSTR Value
);
[C++]
HRESULT put_Value(
  System.String* Value
);
[C++]

Parameters Value [in]
Value is a parameter of type BSTR Value [out, retval]
Value is a parameter of type BSTR*

Product Availability

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

See Also

IFindObj Interface