StringInfo.String Property

Definition

Gets or sets the value of the current StringInfo object.

public:
 property System::String ^ String { System::String ^ get(); void set(System::String ^ value); };
public string String { get; set; }
member this.String : string with get, set
Public Property String As String

Property Value

The string that is the value of the current StringInfo object.

Exceptions

The value in a set operation is null.

Remarks

When a StringInfo object is instantiated, its String property is set to one of the following values:

Applies to