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


IUniqueValueInfo.Value Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IUniqueValueInfo.Value Property

Unique value class label.

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

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

Product Availability

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

See Also

IUniqueValueInfo Interface