ArcObjects Library Reference (Framework)  

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