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


IGetStringDialog.Value Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IG > IGetStringDialog Interface > IGetStringDialog.Value Property
ArcGIS Developer Help

IGetStringDialog.Value Property

The value of the string.

[Visual Basic .NET]
Public ReadOnly Property Value As String
[C#]
public string Value {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The Value property allows you to get the value of the string that was entered in the dialog.

See Also

IGetStringDialog Interface