DeltaPage.Output property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Output As TextWriter
    Get
    Set
'Usage
Dim instance As DeltaPage
Dim value As TextWriter

value = instance.Output

instance.Output = value
public TextWriter Output { get; set; }

Property value

Type: System.IO.TextWriter

See also

Reference

DeltaPage class

DeltaPage members

Microsoft.SharePoint.WebControls namespace