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


IUsageModeOption.Value Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IU > IUsageModeOption Interface > IUsageModeOption.Value Property
ArcGIS Developer Help

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(
  System.String* 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