Attachmate.Reflection Assembly > Attachmate.Reflection.Productivity Namespace > IProductivity Interface : ScratchPadContents Property |
'Declaration
Property ScratchPadContents As String
'Usage
Dim instance As IProductivity Dim value As String instance.ScratchPadContents = value value = instance.ScratchPadContents
string ScratchPadContents {get; set;}
Exception | Description |
---|---|
System.ArgumentNullException | This exception is thrown if the set parameter is null (or in Visual Basic, is Nothing). |