Gets or sets the text for the part.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Text As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MessagePartStream
Dim value As String
instance.Text = value
value = instance.Text |
| C# | |
|---|
public string Text {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_Text();
public: __property void set_Text(
string* value
); |
Property Value
A string representing the text for the part.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also