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


In This Topic
    StringParam Property (RwinDefinedEventArgs)
    In This Topic
    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