Comment.Text Property

Returns a string that represents the text in a comment. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Text As String
    Get
'Usage
Dim instance As Comment
Dim value As String

value = instance.Text
string Text { get; }

Property Value

Type: System.String

See Also

Reference

Comment Interface

Comment Members

Microsoft.Office.Interop.PowerPoint Namespace