Text Property
Summary
The text for the difference.
Syntax
[DataMemberAttribute(Name="text")]
public string Text { get; set; }
<DataMemberAttribute(Name:="text")>
Public Property Text() As String
Get
Set
public:
[DataMemberAttribute(Name=L"text")]
property String^ Text
{
String^ get()
void set(String^ value)
}
Property Value
A string containing all the text for the difference.