StringValue property

Return the value of the control's backing property.

Visual Basic syntax

Public Property StringValue As String

C# syntax

public string StringValue {get;set;}

Usage

(The set method serves no purpose in this interface. It's provided solely for the IAgentryControlViewModelString interface that derives from this one.)