StringReadEventArgs.StringToBeUsed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The adjusted string (or the original string of none subscriber replaced it) that will be used by the reader.
public:
property System::String ^ StringToBeUsed { System::String ^ get(); void set(System::String ^ value); };
public string StringToBeUsed { get; set; }
member this.StringToBeUsed : string with get, set
Public Property StringToBeUsed As String