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


IUsageModeOption.Value Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IUsageModeOption.Value Property

Usage mode option value.

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

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

Product Availability

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

See Also

IUsageModeOption Interface