Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / RwinDefinedEventArgs Class / StringParam Property


In This Topic
    StringParam Property (RwinDefinedEventArgs)
    In This Topic
    Gets the StringParam, which specifies the string that defines string-oriented events. This argument is only relevant when the value you use for EventType requires a string. That is, when EventType is DefinedEventType_DisplayString, DefinedEventType_TimeOfDay, or DefinedEventType_TimeElapsed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StringParam As String
    'Usage
     
    
    Dim instance As RwinDefinedEventArgs
    Dim value As String
     
    value = instance.StringParam
    public string StringParam {get;}
    See Also